## How to Create Form

Product: Enardo - Blog & Magazine WordPress Theme
URL: https://hub.jkdevstudio.com/docs/enardo/tips-tricks/how-to-create-form
Updated: 2026-08-19

To create a form go to **Mailchimp &gt; Form** and create a form, after that paste the following markup into the editing window.
```
<div class='mailchimp-subscribe-form'><br></br><div><br></br><input type="email" name="EMAIL" placeholder="Your email address" required /><br></br><button type="submit"><span>Sign Up</span><i></i></button><br></br></div>

<br></br><div><br></br><input name="AGREE_TO_TERMS" type="checkbox" value="1" required=""><br></br>By checking this box, you confirm that you have read and are agreeingto our 
```
```
terms of use regarding the storage of the data submitted throughthis form.</div>

</div>

```