$fs = Fieldset::forge(); $fs1 = Fieldset::forge('sub'); $fs1->add('example', 'Example'); $fs->add($fs1);
<form action="..." ...> <fieldset> <label>Example</label><input type="text" name="example" /> </fieldset> </form>
It looks like you're new here. If you want to get involved, click one of these buttons!