• Resolved TNGeneWhiz

    (@tngenewhiz)


    I follow exactly the same steps to create the same form for all our MailPoet implementations. The most-recent implementation, however, does not have the submit button showing. It is in the page source code. The field for data entry appear, but I can’t submit.

    What am I doing wrong?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Dani F. a11n

    (@danielinhou)

    Hi there @tngenewhiz ????!

    Thank you for reaching out to MailPoet Support!

    The most-recent implementation, however, does not have the submit button showing. It is in the page source code.

    I’ve just checked your site and the Submit button is there indeed, but both the text and the background color are white… that’s why it is not visible.

    You can edit it from the editor to change its settings, or you can use this snippet of CSS code:

    input.mailpoet_submit {
        background-color: black !important;
    }
    

    How to add custom CSS styles to your website

    I hope this helps!

    Cheers!

Viewing 1 replies (of 1 total)
  • The topic ‘Submit button not visible’ is closed to new replies.