1) User inputs information
2) User choose 1 of 3 recipients
3) User submits
4) Admin receives email
5) Fields are mismatched
Here is an example of the submit:
===============
Enter Your Information Please
Your Name Test
Email test@test.com
Phone Number This is a test
Message c9z4
Verify Your a Real Human admin@test.com
It's supposed to look like this:
Your Name Test
Email test@test.com
Message This is a test
Verify Your a Real Human c9z4
Send To admin@test.com
================
The field name mismatch occurs when Ajax is enabled. If I turn off Ajax, the multiple recipients does not work and the submission won't process (no email sent) and no confirmation message is displayed.
I would appreciate any help. Thank you.