I'm trying to make several forms on a page. I would like someway to submit all of them... I'm using a normal submit button but that only submits the last form:
<input type="submit" value="Generate" />
Is there any way to ensure that either
i) All forms are submitted by one button
ii) OR is there a way to have forms embedded inside other forms?
Thanks