Hi everybody,
Is there a way to add a div wrapper around multiple form fields that you want displayed inline with eachother in the form advanced wizard? There are parameters in each field where you can set:
Start a multi field row
Add a multi field row
I'd like to be able to add a wrapper around these rows so I can style all of them at once instead of having to use each individual div that wraps around it. I attached a screenshot to show what I mean. Is this possible to do with the form wizard?
[attachment=0]wrap.jpg[/attachment]
Is there a way to add a div wrapper around multiple form fields that you want displayed inline with eachother in the form advanced wizard? There are parameters in each field where you can set:
Start a multi field row
Add a multi field row
I'd like to be able to add a wrapper around these rows so I can style all of them at once instead of having to use each individual div that wraps around it. I attached a screenshot to show what I mean. Is this possible to do with the form wizard?
[attachment=0]wrap.jpg[/attachment]
Hi ctecha ,
It's a bit crude but you can add two Custom Elements, one before and one after, check the Pure Code box and put <div id='abc' > in the first and </div> in the second.
I've done this with Fieldsets and Table tags and it works OK.
A more sophisticated solution would be to add a new div with JavaScript.
Bob
It's a bit crude but you can add two Custom Elements, one before and one after, check the Pure Code box and put <div id='abc' > in the first and </div> in the second.
I've done this with Fieldsets and Table tags and it works OK.
A more sophisticated solution would be to add a new div with JavaScript.
Bob
This topic is locked and no more replies can be posted.