# WordPress
WordPress integration is possible via Custom HTML blocks (opens new window).
- Create a Custom HTML block.
- Add the HTML of your form.
<form action="https://submit-form.com/your-form-id">
<input type="email" name="email" />
<button type="submit">Subscribe</button>
</form>