I need a form to accept multiple separate entries

  • vcmimedia
    Asked on April 28, 2015 at 12:09 PM

    For example, we may get 10 applications in one day an they need to be entered as separate entries. Currently we get a thank you screen and have to start all over again.  

    IN your forum, i was able to figure out to change the thank you message to the url to return back to the form, however, i cannot figure out how to add an exit button on the form.  Is this possible?

     

    Thanks,

    Kim Belle

     

     

  • Carina
    Replied on April 28, 2015 at 2:39 PM

    Hello Kim

    For the exit button, would the reset button be a solution for you?

    I need a form to accept multiple separate entries Image 1 Screenshot 20

    The reset button would clear the form.
    If you wish to actually close the browser window with a button you can use this code:

    http://www.javascriptkit.com/script/script2/closewin.shtml

     

    <code>

    <form>

    <input type="button" value="Close Window" onDISABLEDclick="window.close()">

    </form>

    <a href="javascriptDISABLED:window.close()">Close Window</a>

    </code> 

    But this code cannot be used inside the jotform as it contains JavaScript and for security reasons JavaScript is disabled. This code should be used in an external file:

    https://www.jotform.com/help/211-Setting-Up-the-Thank-You-Page 

    Let us know if we can assist you further.