# Submit in different tab
When setting the target
attribute to _blank
, the form will be submitted in a new tab.
<form action="https://submit-form.com/your-form-id" target="_blank">
<input type="email" name="email" />
<button type="submit">Subscribe</button>
</form>