How do I get rid of the Submit button?

  • jbunch359
    Asked on March 30, 2018 at 10:46 AM

    how do I get rid of the submit button I only want to print

  • Jan
    Replied on March 30, 2018 at 11:39 AM

    My understanding is that you just want to remove the "Submit" button. In the Form Builder, select the "Submit" button field and then click the "Trash" icon to delete it. Here's a screenshot:

    152242400403 30 pflpl Screenshot 10

    Hope that helps. Let us know if you have any questions. Thank you.

  • jbunch359
    Replied on March 30, 2018 at 12:43 PM
    That’s correct however I would like to add a print
    Button
    Ty
    Sent from my iPhone
    ...
  • Jan
    Replied on March 30, 2018 at 1:00 PM

    First, please go to the Submit Properties and enable the "Print Button" in the Advanced tab.

    152242893203 31 n9bzb Screenshot 10

    After that, you need to inject this custom CSS:

    .form-submit-button {
    display: none;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    152242897403 31 350kk Screenshot 21

    Hope that helps. Thank you.