Forums

Help, form showing in buttom page

Joomla-Newbies 13 Jan, 2012
I have setup the form but, it does not show at the top of the page. do not know why. Please help.
GreyHead 15 Jan, 2012
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:
form.Chronoform .ccms_form_element, form.Chronoform .clear {
  clear: none !important;
}


Bob
Joomla-Newbies 15 Jan, 2012
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.
This topic is locked and no more replies can be posted.