Hi,
I've got a form running using Form and List 5.1.3 on DNN 06.01.04. Everything works nicely and the module is really great! Functionality, interface, and documentation - very impressed.
What I'd like to do is this: I'd like for the form to send to different recipients based on user input. So if they select city A, then email goes to recipient A, if they select city B then email goes to recipient B.
What I've tried so far:
1. Put the following into the recipients field: [city]@mydomain.com but the form validation doesn't allow it.
2. Use Calculated Column and then generate an email based on the City field for a hidden field, using something like this:
[City] + '@mydomain.com'. This doesn't appear to generate any text when I temporarily make the column visible in the form and the form validation doesn't allow this output to be used for the recipient field in the email configuration.
3. I've also tried putting tokens into the subject line, like this: [City] Form submission subject text. But the token doesn't come through. The idea with this approach is doing some sorting at the email server level but I would prefer not to do that.
Any help would be much appreciated!
Thanks,
Richard