Is there a way to add a reply-to address to the emails sent by contour / umbraco forms? I want this to be the submitters email address so when we reply to emails received they get sent to the person who sent the email.
For the old Contour, there was this Contour Contrib package that had exactly what you're looking for (see here). My guess is that someone will need to fork it and make it work for Umbraco Forms. Maybe someone has already and I just haven't noticed? The custom workflow types and field types haven't changed much, so you might be able to just grab the workflow from their source and adjust it to work in your project.
You can pair this workflow with the "reply to" field with the curly bracket syntax. If you have a field called "Email" on your form, in the "Reply To" field, you could enter:
{email}
To have the email address that they entered show up as the reply-to email.
Umbraco Forms - Adding a reply-to
Is there a way to add a reply-to address to the emails sent by contour / umbraco forms? I want this to be the submitters email address so when we reply to emails received they get sent to the person who sent the email.
For the old Contour, there was this Contour Contrib package that had exactly what you're looking for (see here). My guess is that someone will need to fork it and make it work for Umbraco Forms. Maybe someone has already and I just haven't noticed? The custom workflow types and field types haven't changed much, so you might be able to just grab the workflow from their source and adjust it to work in your project.
You can pair this workflow with the "reply to" field with the curly bracket syntax. If you have a field called "Email" on your form, in the "Reply To" field, you could enter:
To have the email address that they entered show up as the reply-to email.
Or take a look at this package: https://our.umbraco.org/projects/backoffice-extensions/perplexmail-for-umbraco/
It allows you to make up much nicer e-mails!
is working on a reply...