I would like to have multiple email fields in my form, for a user to fill out.
I would then like the notifications sent to those email addresses...
Is that possible?
I would like to have multiple email fields in my form, for a user to fill out.
I would then like the notifications sent to those email addresses...
Is that possible?
Yes, it is possible but it requires some custom code and using a hook to populate the Send To address with multiple emails. Here is a forum thread that discusses this:
http://forum.gravityhelp.com/topic/send-notification-to-more-than-one-email
Where do I put this code?
Anytime you interact with Gravity Forms via hooks you would place the code in your themes functions.php file.
ok that's what I thought - thanks