Hide the first page submit option

  • artistic12
    Asked on December 20, 2016 at 7:06 PM

    I tried using the same code you gave me for my other form, but it did not work.  I want only the Start Fresh (clear form) button to appear.  Could you assist with the code?

  • John_Benson
    Replied on December 21, 2016 at 12:47 AM

    Hi,

    Please add this custom CSS code to your form to hide the preview button: 

    button#checkButton { 

        display: none !important; 

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

    Also, please remove the older custom CSS code before replacing it with the new one.

    Hide the first page submit option Image 1 Screenshot 20

    Let us know if you need anything else. We'll be happy to assist you.

    Thank you.