I have created and set a simple Contact form in Chronoforms Manager but I can not see all the fields, two fields at the top of the form are not visible, is it because of the template I use (Noo Travel Theme template) or I should do some additional settings, I have even used 2 or 3 hidden fields and Text formatting field at the top in order to push those fields down to be visible but nothing has changed changed. I use Joomla 3.3.1 version
Forums
chronoform not fully visible
Hi laketravel,
Please post a link to the form so I can take a quick look.
You can probably add some CSS to put padding at the top of the form but this sounds like a template problem.
Bob
Please post a link to the form so I can take a quick look.
You can probably add some CSS to put padding at the top of the form but this sounds like a template problem.
Bob
I think the same, it must be a template problem, but here is the website I am currently working on: laketravels.net I have set menu item contact us there is the form. I use NOO Travel theme template.
Full link is : http://laketravels.net/index.php/contact-us.html
Full link is : http://laketravels.net/index.php/contact-us.html
Hi laketravel,
Please try adding this to a Load CSS action in your form On Load event
Bob
Please try adding this to a Load CSS action in your form On Load event
form#chronoform_ContactUs {
margin-top: 60px;
}
Bob
Thanks Bob, it works perfectly
This topic is locked and no more replies can be posted.