Levenimeux wrote:
>    --> How can we Iterate in a single field (in this case category) ? or can
> we have a nested forms ? 

Nested forms are not possible.  html itself doesn't allow it.

<form>
 <input />
 <form>
  <input />
 </form>
</form>

This is just not allowed at all in html.

Reply via email to