I want to add a div tag to the very front of the form. I go into code and add it and it will work until I open the form up in wizard view, then it strips the div tag that I added. This will be a site wide change for all my forms, and I will have quite a few so I would like to just add the tag in the original file. I know I can change to custom and have it save but then if I ever want to change something in the future in wizard view it will strip the tag out again. I want to add the tag right before <div class="ccms_form_element cfdiv_header" id="1_container_div" style=""> and have searched to find the file I need to modify, but I'm having trouble locating where to add it.
Thanks
Thanks
Hi gymrat1964,
In the Wizard drag in a Custom Element element form the Advanced Group, drag it to the top of the form, open it up, check the 'Pure Code' box and add your div.
If you want your div to wrap the form contents then repeat at the end and add </div>
If you are just starting to build the form and want a wrapping div then use a Container element and set that to type Div.
Bob
In the Wizard drag in a Custom Element element form the Advanced Group, drag it to the top of the form, open it up, check the 'Pure Code' box and add your div.
If you want your div to wrap the form contents then repeat at the end and add </div>
If you are just starting to build the form and want a wrapping div then use a Container element and set that to type Div.
Bob
Thanks, I discovered the container element and am playing with that. It works but then the footer of my page is messed up. I'll try the custom element and see if that works any better.
This topic is locked and no more replies can be posted.