I like the addition of fieldsets in EO Pro 1.6, but is currently a little restictive as you cannot define when a fieldset ends. Thus it is impossible to have content not in a filedset after a fieldset.
Eg this is currently impossible:
<fieldset>
<!-- stuff in fieldset -->
</fieldset>
<!-- stuff outside any fieldset -->
<fieldset>
<!-- stuff in fieldset -->
</fieldset>
A solution to this would be a Fieldset End
element in the booking form customiser.
Thanks
Dario
Hi Dario,
You’re right, the fieldset
ends when the next starts – so it is a little restrictive. However, there is a planned update of the form customiser (currently in development) which would allow you to add fields below other (selected) fields. For example, in WordPress’ menu admin page you can drag an item ‘beneath’ another so that it becaomes a ‘child item’. In the same way you’ll be able to drag fields beneath another. At first only fieldsets
will support ‘child’ fields, and the form will be updated automatically when the feature is added.
Stephen Harris
Thanks Stephen,
Sounds like a great idea!
Good work.
Dario
Just a note to say that this was fixed in the 1.7. You can now ‘nest’ elements inside by fieldsets by dragging them under the fieldset element. (In a similar way you nest menu items in WordPress’ menu editor).
Stephen Harris