Hi,
I am saving my form data to a db table and sending email. I had everything working to save and send to 1 static email address.
Then I added a mult select dropdown with a different email address coded in the value for each option. I added the Handle Arrays action to before my DB save (the email action is after the db save) and this got the list of emails to be saved correctly to my db field for the mult select drop down. However, now I am not receiving any email (when the email action is set to send email from the drop down select field name). I've tried including the [] and not including the [] in the name on the email set up for the email action. When I use the regular email action, either way I get an error message saying one valid To email address is required, so neither way works. When I use the Email[HG] action I don't get any error message (I get my Show Thanks Message) but no email (when trying with {q5[]} or {q5} (the html name in the select element is q5[]). My goal is to get it to send an email to all the email addresses selected (in the values of the options) - I am under the impression Chronoforms would do that based on the description in the Handle Arrays action in the Basics 2 pdf on the greyhead site (it says: The Handle Arrays action converts array results into a comma separated string that will email or save ‘normally’.). Can you tell what I'm doing wrong?
Thanks for your help,
Dan
I am saving my form data to a db table and sending email. I had everything working to save and send to 1 static email address.
Then I added a mult select dropdown with a different email address coded in the value for each option. I added the Handle Arrays action to before my DB save (the email action is after the db save) and this got the list of emails to be saved correctly to my db field for the mult select drop down. However, now I am not receiving any email (when the email action is set to send email from the drop down select field name). I've tried including the [] and not including the [] in the name on the email set up for the email action. When I use the regular email action, either way I get an error message saying one valid To email address is required, so neither way works. When I use the Email[HG] action I don't get any error message (I get my Show Thanks Message) but no email (when trying with {q5[]} or {q5} (the html name in the select element is q5[]). My goal is to get it to send an email to all the email addresses selected (in the values of the options) - I am under the impression Chronoforms would do that based on the description in the Handle Arrays action in the Basics 2 pdf on the greyhead site (it says: The Handle Arrays action converts array results into a comma separated string that will email or save ‘normally’.). Can you tell what I'm doing wrong?
Thanks for your help,
Dan