multi form submission
-
Hi i have few HTML forms and i want to add a master Submit button to submit all forms at once. is it possible to create it using Javascript? there are few NAME fields that a user will put throughout the page. HTML would be similar.
<p>
<label>Your name</label>
<input type="text" name="NAME" placeholder="User name" required />
</p>
<p>
<input type="submit" value="Send" />
</p>I was wondering if you could help with this. Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘multi form submission’ is closed to new replies.