Single submission multiple entries.

  • flanycadmin
    Asked on April 22, 2014 at 1:55 PM

    Hi,

    As you can see on the title. I am trying to develop a form for my company. It is like a work time submission form. My requirement is how to do one single submit and the database get multiple entries with same fields name~

    Thank you

  • Mike_T Jotform Support
    Replied on April 22, 2014 at 3:33 PM

    Thank you for contacting us.

    I think that you will need a custom script that can handle the form data. For example, the form can automatically send the data using Webhook:

    How to Setup Webhook with JotForm

    The scenario is the following:

    Form Submission -> Webhook -> Custom Script

    If the data is supposed to be added multiple times into the form Submissions, it can be posted with JotForm API:

    http://api.jotform.com/docs/#post-form-id-submissions

    Form Submission -> Webhook -> Custom Script (that will post to your form)

    Please feel free to contact us if you need any further assistance.