Viewing 1 replies (of 1 total)
  • Hi Annie,

    Thanks for hopping in the forum. Looking at your site, it seems that input elements with the type=“submit” are hidden. The css is located in your style.css file around line 4247. There are a few ways to fix this. You can remove the display: none; from the style.css file. Or if you just need to target the plugin’s submit button add this bit of css to your style.css file:

    #mc_signup_submit {
      display: block;
    }

    Let us know if you have any other questions.

    -mc_d

Viewing 1 replies (of 1 total)
  • The topic ‘submit button is missing’ is closed to new replies.