Multiple pages - form notification email too long

  • brigikovacs
    Asked on August 8, 2015 at 6:57 PM

    When you have a form with 10 pages, but let's say someone submits the form on the first page, it still sends me the data for all 10 pages. Is there any way that when someone submits the form on the first page, it would only send me that data? Here is an example of the form:  http://www.jotform.com/?formID=51805304745958

    thanks!

  • Boris
    Replied on August 9, 2015 at 7:38 AM

    A form's submit action always submits the entire form, since this is what the HTML form standards require. So this is about what the submit button will do - it always submits the entire form. We also can't have two submit buttons that would perform different submit actions on a form, since all submit buttons can only do the same thing - submit the form.

    We can achieve your goal regarding what will be included in your Email Notifications by checking the option to hide all empty fields from your email notification. This means that only the fields that were entered / filled out will be included in your email.

    You can turn this on by going to Setup & Embed > Preferences > Advanced Preferences, and turning Hide Empty Fields on Emails to Enabled.

    Multiple pages   form notification email too long Image 1 Screenshot 20

    I hope this helps. Please let us know if you need further assistance in setting it up, and we will be happy to assist you.