I've successfully created a Chrono form that captures information and sends it to a static email address. From the documentation, I'm gathering that the "Dynamic To" will allow me to use information I captured in the form to let me send the email to different users, based on the value in a given field -- correct?
My question is this...I am capturing, via Radio Button, a value of a field (call it "Fruit") -- possible values are "Apples," "Bananas," and "Oranges." If the user selects "Apples," I'd like the email to be routed to "John's" email. If, on the other hand, the user selects "Bananas," I want the email to go to Jane. Because the value of "Fruit" isn't EXACTLY the email address, I figure I need to implement some kind of logic -- but I'm not sure how.
Any advice? Thanks!
My question is this...I am capturing, via Radio Button, a value of a field (call it "Fruit") -- possible values are "Apples," "Bananas," and "Oranges." If the user selects "Apples," I'd like the email to be routed to "John's" email. If, on the other hand, the user selects "Bananas," I want the email to go to Jane. Because the value of "Fruit" isn't EXACTLY the email address, I figure I need to implement some kind of logic -- but I'm not sure how.
Any advice? Thanks!