Hi Adam, thank you for the response. As requested, here is a bit more context for what I’m attempting to achieve: The question is regarding displayed fields in the email notification. We’re utilizing the email routing feature to send form submissions to various recipients depending on a certain field’s value. In the email notification, I’d like to display who’s email address the form submission is being submitted to. So I’m assuming the email notification content would look something like this:
You have a new Form submission:
{all_fields}
This notification was sent to {recipient_email}
The question is, what is the correct value for that variable that will display the recipient’s email address?
-
This reply was modified 7 months, 3 weeks ago by Sean.