To create a subscription form like the one on our demo:
1. Install the Plugin #
- Install and activate the Mailchimp for WordPress (MC4WP) plugin.
2. Create a Form #
- Go to Dashboard → MC4WP → Form.
- You can see an example of the form code used on our demo site:
<div class="wd-grid-f-stretch" style="--wd-gap: 10px">
<div class="wd-col">
<input type="email" name="EMAIL" placeholder="Your email address" required />
</div>
<div class="wd-col-auto">
<input type="submit" value="Sign up" />
</div>
</div>
3. Display the Form on Your Site #
- Use the Omniverse WPBakery or Elementor widget to add the form anywhere on your website.
- The widget allows you to customize:
- Alignment
- Margins & paddings
- Color scheme
This method ensures your signup form matches the style of your site and integrates seamlessly with Omniverse layouts.