Print Button/Submit Button Removal

  • thedinz
    Asked on August 14, 2019 at 4:34 PM

    I wanted to have a print button only, i followed your tutorial and was able to easily add the print form button, but how can i remove the submit button?

    Is there a way?

  • stevenmarshall
    Replied on August 14, 2019 at 6:18 PM

    Hi @thedinz,

    Yes, you are able to remove the submit button to only have the print button only on your form by injecting CSS code on your form.

    Open your Form and then on the right-hand side of the screen click on the paint roller. Then click on the CSS Tab and inject this code below and then click on save.

    .form-submit-button {
    display:none;

    }

    1565820610Screen Shot 2019 08 14 at 3 Screenshot 10

    Click 

    1565820699Screen Shot 2019 08 14 at 3 Screenshot 21

    Please let us know if you have any further questions.

    Thank you.