I am trying to use Gravity Forms to enable a user to send an email to many people.
(see the bottom of the form here: http://birmingham.illuminateconference.tv/step3/)
I can't put the list of emails entered in the form field (textarea) in the Sender Email, because it only looks for fields marked as Email. So what I did was:
1. Add an email field
2. Make it hidden
3. Dynamically populate it
4. Fill it with the {field17} reference to the text area
This didn't work.
How can I do this? I know that a person may mistype an email, but they may put in 30 emails here and I can't give them 30 email fields (plus it may be 31 or 32, etc).