I want to just have a Clear & Print button no Submit button

  • motoole7
    Asked on October 1, 2019 at 12:27 PM

    Hi,

    I am using Docusign to sign my JotForm which works great, however I do want to have a Clear & Print button on my form but not a Submit button. 

    Can you tell me how I can just have a Clear & Print button with the Submit button??

    The image attached shows the 3 buttons I currently have but I just want to disable the Submit button altogether and only show the Clear & Print buttons. 

    Jotform Thread 1984895 Screenshot
  • Richie JotForm Support
    Replied on October 1, 2019 at 1:27 PM

    You can use custom CSS to hide the submit button.

    #input_43{
    display:none;
    }

    Guide:https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Please give it a try and let us know if you need further assistance.

  • motoole7
    Replied on October 2, 2019 at 11:51 AM
    Perfect thanks
    ...