If you have an input with name="email", you can directly Reply to the email to respond to the person who originally submitted the form.
html<form action="https://formcarry.com/s/{Your Form ID}" method="POST" accept-charset="UTF-8"> <input type="email" name="email"> <input type="submit" value="Send"> </form>