Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello,

    Can you please share a link to your web page that contains the form so we can test?

    Thread Starter zecafeira81

    (@zecafeira81)

    Good afternoon Harish,

    Able to find a way through a script in jQuery but do not know it would be the correct follow the link of the page to analyze .

    https://www.cronospaas.com/landing-page-c/

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello,

    The “Sucess / Error” message is displayed however due to some issue with your theme’s CSS, the form field is overlapping the success message.

    You can add below CSS to your theme to fix this issue:

    .mc4wp-form input[type="email"] {
        float: none !important;
    }
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Success message before changing page’ is closed to new replies.