Handbook
Fieldsets & LegendsIntroduction
Here's a simple snippet illustrating the use of some advanced form features in BoltWire. The borders around the form sections are created by the fieldset and legend html tags. Like everything else, these elements can be styled.Example
[form]
<fieldset>
<legend>Some form stuff...</legend>
[check test] test
[check test2] test2
</fieldset>
<fieldset>
<legend>Some form stuff...</legend>
[check test] test
[check test2] test2
</fieldset>