• Resolved jzzz

    (@jzzz)


    Dear support,

    I was able to hide the submit button successfully using css
    Added in : themes > customize > custom css
    used code: #submit.forminator-field {display: none;}

    However, now when I created another form the submit button was missing in that too
    I want to hide submit button only for a specific form not all of forminator forms.

    Any advice how to resolve this matter?
    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @jzzz,

    Instead of using Custom CSS field that is applied globaly try editing your form in Forminator, switch to the Appearance tab and enable Custom CSS field there.
    Paste your code and now it should be applied only to that specific form.

    Or if you are using global CSS use a selector that will point to that specific form by using its ID.
    Here’s an example for the form that you linked in our other ticket:

    #forminator-module-1659 #submit.forminator-field {
    	display: none;
    }

    Cheers,
    Predrag

    Thread Starter jzzz

    (@jzzz)

    Thanks!
    The second method worked fine.

    Hello @jzzz

    I hope you are doing well!

    Glad to know that the issue is resolved

    I’m closing this ticket for now. If you do have any followup questions or require further assistance feel free to reopen it and let us know here.

    Kind regards,
    Nastia

    How can edit the page break field?

    Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @noorjan77

    “Page break” field can’t be edited as it’s only an internal marker that indicates in-between which fields the form should be split into pages. It’s invisible on front end too.

    You can move the “page break” field (drag&drop) if you want to “split” the form in different place. If you want to change look/behavior of paging itself then once “page break” is added to the form, there’s a “Paginaton” option right above the form fields.

    If this doesn’t answer your question or you got any follow up questions, please create a separate ticket of your own as per this forum rules.

    Kind regards,
    Adam

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hide Submit Button – Forminator’ is closed to new replies.