Skip to content

Direct replies

From your email inbox, you can directly reply to the person who submitted the form.

Direct replies

To activate this feature, create an input with any of the following names:

  • mail
  • email
  • _replyto
  • _email.replyto

TIP

Use type="email" so the browser validates the address before submission.

html
<input type="email" name="mail" placeholder="your@email.example" />
html
<input type="email" name="email" placeholder="your@email.example" />
html
<input type="text" name="_replyto" placeholder="your@email.example" />
html
<input type="text" name="_email.replyto" placeholder="your@email.example" />

WARNING

Input names starting with an underscore will be hidden from the dashboard and notification emails.