Hi,
I've read the http://doc.prestashop.com/display/PS15/HelperForm guide, but couldn't understand if it's possible to add several fieldset tags to one help form. for instance, the equivalence of :
<form>
<fieldset>
<input type="text" id="field1">
<input type="text" id="field2">
</fieldset>
<fiel...