I am a new Chronoforms user but really like it so far. Well done!
I am having one issue that seems to be pretty common: my form is appearing below my left hand nav menu. I did search the forums before posting and have added a "Load CSS" action on form load as the first item with the following code:
That did help a bit - it moved the formatted text box I have as my first element to the top...but the form fields are all still below the menu. Here is my form (debug element is added and turned on - not sure what it is telling me, but I don't think it has to do with my spacing issues): http://trinitychurchcovky.com/register-for-vbs
Any help / pointers are appreciated.
I am having one issue that seems to be pretty common: my form is appearing below my left hand nav menu. I did search the forums before posting and have added a "Load CSS" action on form load as the first item with the following code:
form.Chronoform .ccms_form_element, form.Chronoform .clear {
clear: none !important;
}
That did help a bit - it moved the formatted text box I have as my first element to the top...but the form fields are all still below the menu. Here is my form (debug element is added and turned on - not sure what it is telling me, but I don't think it has to do with my spacing issues): http://trinitychurchcovky.com/register-for-vbs
Any help / pointers are appreciated.
Hi aakelley,
Please try adding this as well to the Load CSS action.
Bob
Please try adding this as well to the Load CSS action.
.clear:after {
clear: none !important;
}
Bob
That made it better - now there is a weird stacking for the last few fields. Any suggestions on that?
This topic is locked and no more replies can be posted.