For the complete documentation index, see llms.txt. This page is also available as Markdown.

Add Newsletter in homepage

After connect successful Mailchimp account, on your homepage, maybe newsletter is missed, you can add form for newsletter with following steps:

Dashboard > MC4WP > Form:

  • Insert form with HTML and "Save"

<input type="email" name="EMAIL" placeholder="email@giftsend.com" required />
<button type="submit" value="subscribe">
<span>Submit</span>
</button>

Then "Save". You will see newsletter form appears on the homepage.

Last updated

Was this helpful?