Available on: All plans
You can automatically set up the "Reply To" address of emails that you receive to come from your form. This will allow you to easily reply to website visitors who fill out your form.
To do this, you will add a special input
field with the name
attribute set to email
. Here is an example:
<input type="email" name="email" placeholder="Your email">
Now when visitors fill out your form, the value of this input
will be used for the email's "Reply To" field. This way you can directly "Reply" to the email to respond to the person who originally submitted the form.