How can I remove the submit button?

  • cjacksonhn
    Asked on December 11, 2017 at 11:30 AM

    Hi there, I do not wish for the answers to be submitted. Instead we want the form completed online and a button at the end for them to print it and bring it to the office with them. Can you please advise on how this can be done?

  • Richie JotForm Support
    Replied on December 11, 2017 at 11:40 AM

    You can add this css code to your form to hide the submit button.

    div#cid_103 button#input_103{
      display: none;
    }


    Here is a guide on how to insert custom css.

    How-to-Inject-Custom-CSS-Codes