# 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
<input type="email" name="mail" placeholder="your@email.example" />
<input type="email" name="email" placeholder="your@email.example" />
<input type="text" name="_replyto" placeholder="your@email.example" />
<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.