My Account

Forums

Home Forums General email submission to specific user email based on secltion inside the form. Reply To: email submission to specific user email based on secltion inside the form.

#112819
Mark Westguard
Keymaster

Hi Michael

There are a couple of ways of doing this.

1. https://wsform.com/knowledgebase/create-a-form-recipient-selector/ (You’ll find a demo template for this in Add New –> Demos)

2. In the Send Email action, you could put #field(123) in the CC email address setting where 123 is the ID of your select field. You would need to ensure the value of the select field contains the email address of the recipient. So your data grid in the select field would have two columns: Label | Email Address, with the email address column being mapped to the value column. This method does not obscure the email addresses in the list like method 1 above but is slightly easier to implement.

I hope this helps!

Mark