I created a form in Mailchimp and added it to a post page on my website using a text box and I also tried a code box. Everything shows up except the Subscribe button. Can you help me with that?
Hey devynspirit!
Can you send us a link to your page so we can take a look? Also paste the code your using here in the private content section.
Regards,
Elliott
Here you go:
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#mc_embed_signup_scroll .clear {
visibility: visible;
overflow: visible;
}
Regards,
Yigit
Perfect~ that worked! Also, is there a way I can change the button name, instead of it saying subscribe, I want it to say: sign up or schedule now
Thanks!
Hey!
Please find following in your code
value=”Subscribe”
and change it to
value=”Schedule Now”
Cheers!
Yigit
When I test the form, it won’t take me to the ‘thank you’ page I created in mailchimp.
Hey!
normally we can’t provide support for 3rd party plugins and did you test the mailchimp form in another place but Enfold? make sure the code you are using is correct and please ask mailchimp for support. Not sure how they are achieving any redirection to a thank you page.
Best regards,
Andy
ok, thank you!