Forums

Putting a wrapper div around multiple fields in form wizard

ctecha 16 Apr, 2012
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]
GreyHead 16 Apr, 2012
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
ctecha 17 Apr, 2012
Thanks bob i think this will work great
This topic is locked and no more replies can be posted.