Can I show just a Print Form without the Submit button?

  • gjgt
    Asked on June 11, 2014 at 9:14 AM

    I am wanting to do exactly the same thing that was asked previously:

    http://www.jotform.com/answers/349286-Can-I-show-just-a-Print-Form-without-the-Submit-button

    but when I inject this code into:

    >Setup & Embed > Preferences > Form Style > Inject Custom CSS

    I get the Change Text button (which I know I need to change) but it does not hide my Submit button. Any thoughts on wht I am doing wrong?

    Here is my form below

    http://form.jotform.us/form/22334095628152

    Thanks!

  • BryanPaulo
    Replied on June 11, 2014 at 10:07 AM

    Thank you for contacting us.

    Kindly insert the following CSS Code:

    .form-submit-button {

    display: none;

    }

    Save your form then check if submit button is still showing up.

    Let us know if you need further help.