I have a form, which works perfectly for a single email recipient. The emails are provided from a 'Select Box' element. That element was defined as "input_select_4" as a multi-choice field:
[email]abc123@gmail.com[/email]=TEST - Joe Blow
[email]xyz123@gmail.com[/email]=TEST - Pam Johns
[email]hhh456@gmail.com[/email]=TEST - Bob Smith
The email configuration is using the dynamic tab, because we need to have the user selections fill in the values. The dynamic to = input_select_4
When you choose more than one in the form, there is an error 'You must provide at least one recipient email address'. When turning on the debug, it shows this row as past of the array:
[input_select_4] => [email]xyz123@gmail.com[/email],abc123@gmail.com
It appears the problem is that this field, when only a single choice, works correctly and sends the email as designed. But when you choose 2, the system cannot properly parse the multiple emails separated by a comma.
One other thing to mention, is that I removed The dynamic to = input_select_4 to blank, and manually typed in [email]xyz123@gmail.com[/email],abc123@gmail.com on the static tab. This works fine.
Any help would be greatly appreciated.
Chris...
[email]abc123@gmail.com[/email]=TEST - Joe Blow
[email]xyz123@gmail.com[/email]=TEST - Pam Johns
[email]hhh456@gmail.com[/email]=TEST - Bob Smith
The email configuration is using the dynamic tab, because we need to have the user selections fill in the values. The dynamic to = input_select_4
When you choose more than one in the form, there is an error 'You must provide at least one recipient email address'. When turning on the debug, it shows this row as past of the array:
[input_select_4] => [email]xyz123@gmail.com[/email],abc123@gmail.com
It appears the problem is that this field, when only a single choice, works correctly and sends the email as designed. But when you choose 2, the system cannot properly parse the multiple emails separated by a comma.
One other thing to mention, is that I removed The dynamic to = input_select_4 to blank, and manually typed in [email]xyz123@gmail.com[/email],abc123@gmail.com on the static tab. This works fine.
Any help would be greatly appreciated.
Chris...