Is there any way to have a Clear Form button without a Submit button?

  • GICS
    Asked on February 10, 2016 at 1:22 PM

    Hi there,

     

    I would like to have a Clear Form button just on it's own at the top of my entry form to enable someone to clear the form before making a subsequent entry for another member of their family. Currently the reset (Clear Form) button  is part of the Submit button code, but I would like to be able to hide the submit button in this case. (I have a submit button at the bottom of this form).

     

    Any advice much appreciated. Form URL attached.

     

    Peter

  • GICS
    Replied on February 10, 2016 at 1:34 PM

    Forget that.... I have just found a lot of forum entries that I will work through first..

    Sorry.

    cheers, Peter

  • BJoanna
    Replied on February 10, 2016 at 2:52 PM

    If I understood you correctly, you want to hide only first submit button on your form. You can achieve that by injecting Custom CSS. Inside of your Form Builder select Setup & Embed tab, then click on Preferences, then select Form Styles tab and inside of Inject Custom CSS field at the bottom of existing code paste this code:

    #input_373{

    visibility:hidden;

    }

    Is there any way to have a Clear Form button without a Submit button? Image 1 Screenshot 30

    After you add this code you form will look like this. 

    Is there any way to have a Clear Form button without a Submit button? Image 2 Screenshot 41

    On my cloned form I have added mentioned CSS code. Here is my cloned form: https://form.jotform.com/60405435260951 

    Feel free to clone it.

    Hope this will help. Let us know if you need further assistance. 

  • GICS
    Replied on February 10, 2016 at 9:12 PM

    Many thanks.

    I have since found this code on the help system.

    cheers for your help.

    Peter

  • mert JotForm UI Developer
    Replied on February 11, 2016 at 4:46 AM

    Hi Peter,

    In the name of my colleague, you are kindly welcome. You can always reach us from the Support Forum, if you need any further assistance.

     

    Regards.