sarahann said:
Me again :)
I'm trying to set the admin email address based in which option the user selects in a radio button (or drop down) input on one of my multi-page forms. If they select option one, it goes to one admin. If they select option two, it goes to another.
I'm thinking this happens using the sample code in my-functions.php, but I can't seem to get it right.
Am I on track, and any insight into making this work well? :)
Thanks!!!
there is a specific field for that "Multi Recipients", see your Help page. However, I don't think it has been tested against multi-part forms….let me know if it works (may have to place the field in the last form of the series)
alternatively, you can of course use my-functions.php to overwrite (yourself) which admin email address should be used based on *any* form field, then you'd have to use the 'logic' routine – do a forum search as well.