Home › Forums › Basel support forum › Adding Elements to MailChimp Pop-Up Form
Adding Elements to MailChimp Pop-Up Form
- This topic has 6 replies, 2 voices, and was last updated 9 years, 1 month ago by
Artem Temos.
-
AuthorPosts
-
October 5, 2016 at 8:54 pm #5081
robertarrowParticipantI’m trying to add checkboxes that are “groups” in my MailChimp list, but every time I add the elements to the form fields, I doesn’t display on the preview or the pop-up. I’ve included the form fields below in the private content
October 5, 2016 at 9:14 pm #5083
Artem TemosKeymasterHello,
Thank you for contacting us.
It is not quite clear for us what problem do you have. Could you please explain a bit more and attach some screenshots?
And please provide your admin access so we could see this configuration.
Regards
October 6, 2016 at 4:30 am #5091
robertarrowParticipantI’ve given you admin & ftp access in another thread, do you need it again?
This is what his pop-up looks like now:

I’ve created these groups in his MailChimp list:

And I’ve added the code into the MailChimp for WP plugin for that particular form on the pop-up:

But the frontend/preview shows the default one:
October 6, 2016 at 4:31 am #5092
robertarrowParticipantBasically he wants those three checkboxes on the MailChimp Popup Form. When the user selects 1-3 of the boxes they will be added to the particular group in the MailChimp list.
October 6, 2016 at 5:11 am #5100
Artem TemosKeymasterThank you. It would be much faster if you could attach your admin panel for each topic you create. Because it is very time-consuming to look through all replies and look for admin details.
Ok, here is a code snippet to fix this problem (additional fields are just hidden at the moment). Place it to Theme Settings -> Custom CSS
.mc4wp-form p+p label { display: block; } .mc4wp-form p { display: block; }Regards
October 6, 2016 at 7:48 pm #5134
robertarrowParticipantThank you for the help! It worked perfectly. One more concern though, when there’s an error message, the popup extends past the image. What can we do to prevent this?
October 6, 2016 at 8:40 pm #5136
Artem TemosKeymasterTry to fix it with this code snippet
.mc4wp-form { margin-bottom: 0; } .mc4wp-alert.mc4wp-error { padding: 0; margin-top: -13px; } -
AuthorPosts
- You must be logged in to create new topics. Login / Register
