• Resolved rehatiere007

    (@rehatiere007)


    Dear devs,

    i would like to use your forms for calculations only, but i am not able to hide the submit button. What can i do?

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Zafer – WPMU DEV Support

    (@wpmudevsupport15)

    Hi @rehatiere007,

    I hope you are doing well today!

    You can add the following CSS code to Forminator-Edit Form-Appearance-Custom CSS to be able to hide submit button.

    .forminator-button-submit {
        display: none !important;
    }

    Please let us know if you need further help or clarification on this.

    Kind regards,
    Zafer

    Thread Starter rehatiere007

    (@rehatiere007)

    Hello Zafer,

    thanks a lot for your help. The code you provided did the trick ?? .

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Submit button: visibility logic not working’ is closed to new replies.