I have setup the form but, it does not show at the top of the page. do not know why. Please help.
Forums
Help, form showing in buttom page
Hi Joomla-Newbies,
Your template is floating the menu column to the left and this has the result of pushing the form down below it :-(
Try adding this to a Load CSS action in your form On Load event:
Bob
Your template is floating the menu column to the left and this has the result of pushing the form down below it :-(
Try adding this to a Load CSS action in your form On Load event:
form.Chronoform .ccms_form_element, form.Chronoform .clear {
clear: none !important;
}
Bob
Thanks for your reply, I have implement the your code it only get the first textbox up and the rest still fall at the buttom. But I have change the menu to open a new window without browser navigation and seems to be fine. I will settle for that now.
Thanks for your time.
Thanks for your time.
This topic is locked and no more replies can be posted.