How can I disable the confirmation message when the reset button is clicked

  • developerguru99
    Asked on October 10, 2017 at 12:22 AM

    Hi

    Please check my form https://form.jotform.me/72811713132447

    Here i have set a clear button for reset. but my problem is here when i press this clear button then a confirmation comes and it says "Are you sure to clear this form...." but i do not want to show this confirmation in my form when visitor click this reset button. Is it possible ?


    if yes please inform me the process in details please.

  • BJoanna
    Replied on October 10, 2017 at 3:56 AM

    It is not possible to remove the Reset message. 

    How can I disable the confirmation message when the reset button is clicked Image 1 Screenshot 30

    As a workaround you can remove the reset button and add a reset link to your form that will reload the form.

    You can use a Text field to add the reset link. Inside of the Source code of a Text field add this code:

    <a href="https://form.jotform.com/72811713132447" target="_self" rel="nofollow">Reset</a>

    How can I disable the confirmation message when the reset button is clicked Image 2 Screenshot 41

    Here is my demo form: https://form.jotform.com/72821871635966 

    Feel free to test it.