I need to email the form info depending on one word in a multiple word string from a single field in the form.
Example:
If the word "dog" is in the $_POST['Additional_Comments'] field which might be "I have a dog" then email to 
[email protected]
If the word "dog" is not in the $_POST['Additional_Comments'] then email to 
[email protected]
Please help!
Thank you.