• Resolved aryanrajseo

    (@aryanrajseo)


    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)
  • Plugin Support bjplink

    (@bjplink)

    I’ve never done this myself, so I don’t have specific advice or code examples to offer. My guess is you are correct, and you would have to write some custom JavaScript to make that work.

    There is some information about the JavaScript events provided by the plugin here if you want additional information:

    https://htmlformsplugin.com/kb/javascript-events/

Viewing 1 replies (of 1 total)

The topic ‘multi form submission’ is closed to new replies.