Is there a way to let users submit a form multiple times, but to let specific questions be submitted once?

  • techreadyillinois
    Asked on June 10, 2020 at 8:07 PM

    Is there a way to let users submit a form multiple times, but to let specific questions be submitted once. I have a form that someone might fill out numerous times while they're on my website, but I don't want them to keep having to enter their name and email each time.

    I was trying to conceive of a way to use cookies and JavaScript logic to do this, but I wanted to ask first.

  • Kiran Support Team Lead
    Replied on June 10, 2020 at 11:17 PM

    If the user is submitting the form right after one submission, you may consider passing the form values to the same form by following the guide below:

    https://www.jotform.com/help/351-How-to-Automatically-Pass-Form-Data-to-Another-Form

    If the user is expected to come back at some time later, we are sorry that it is not possible to prepopulate the data. 

    Thanks!