ResolvedSubscribe Form Box
- This topic has 3 replies, 2 voices, and was last updated 1 year, 9 months ago by
Althemist.
- AuthorPosts
- September 2, 2021 at 1:20 am #31484
brickplaystudio
ParticipantThe subscribe container form shows [mc4wp_form id=”2828″]
It looks like a mail chimp reference short code, but where do I access the settings to have the container show? Or do I need to install a separate plugin to make the short code work?
Do I need to install a plugin to have this shown? If not, where do I change the setting or access the forms being mentioned in the short code?
September 2, 2021 at 10:48 am #31489Althemist
KeymasterHi brickplaystudio,
Looks like you don’t have the MailChimp for WordPRess plugin installed. It’s not part of the theme plugins, as it’s completely optional and not everyone need it.
Just install and configure the plugin:
September 3, 2021 at 12:35 am #31498brickplaystudio
ParticipantI just installed it and configured it, but I would like the appearance of the form to look similar to the demo site. At the moment, the form I created does not resize properly for mobile devices and I would like the “onfocus” color to become white instead of blue just like the demo. The “Sign Up” button also does not continue to stay next to the form field when resizing the browser window or using certain device screen sizes (moves to the bottom, but I would like it to stay next to the form field).
Could you please write the form code that you used here? At the moment, I am using:
<p>
<input type=”text” SIZE=”40″=”email” name=”EMAIL” placeholder=”Your email address” /><input type=”submit” value=”Sign up” />
</label>
</p><p>
</p>
September 3, 2021 at 9:42 am #31502Althemist
KeymasterYou would need to use the code from the demo content (it wasn’t imported because you didn’t have the plugin at the time it was imported).
Just replace the code of your form with this one:
<div class="babystreet_single_field_subscribe"> <input type="email" name="EMAIL" placeholder="Your email" required /> <input type="submit" value="Subscribe"> </div>
- AuthorPosts
You must be logged in and have valid license to reply to this topic.