Visitor fills out the form —-> Hits Submit —-> Email with all the info is sent to me, and to another email address randomly chosen from an array of tens of email addresses.
Can someone please tell me if there's an easy way to make this happen?
Thanks for the response. By adding 'placeholder'. do you mean I literally type "placeholder" into the field, or do you mean I put a 'placeholder email address in there? Sorry, I've just never worked with this before.
Also, how will this allow the form's info to be submitted to a random email address chosen from a group of email addresses?
Thanks for the response. By adding 'placeholder'. do you mean I literally type "placeholder" into the field, or do you mean I put a 'placeholder email address in there? Sorry, I've just never worked with this before.
Also, how will this allow the form's info to be submitted to a random email address chosen from a group of email addresses?
yes litteraly, look at the my-functions.php example then you know why, when and how…
of course you need to determine your the random return value (email) yourself and simply return it..
i wana do the same thing.. looked at the my-functions.php file, could make sense of wats going on, but stuck..
could u please offer a more direct solution? as in, what exactly needs to be done with the code in the file after having placed the 'placeholder' there…
i already did the first two things.. need help on how to modify the code snippet.
the situation:
i need to create an array of email ids, and then assign a percentage value to each of the email ids. Then, after placing 'placeholder' in the admin email id on the form, i need to send a BCC email to an email id chosen automatically from the array (based on the percentage value to it).