Sure, what we are looking to do is create a "Tell A Friend" form which allows you to email a page to x amount of people at a time. So your basic form may look like:
Your Name
Your Email
Friend 1 Email
Friend 2 Email
Friend 3 Email
Friend 4 Email
Friend 5 Email
When you submit the form it'll kick out an "invitation" email to Friends 1 - 5. The problem currently is that in the Notifications, the Bcc field doesn't allow for the gravity form custom tags {foo}.
Currently I have my function hooked into gform_post_submission, and it loops through the results. I'm able to isolate the friend email addresses, however, I still want to use certain aspects of GForms so the client can maintain the form easily. Such as the Message field in the Notification to User area. And I can isolate that output as well but I'm not able to convert the GForms tags.
Posted 14 years ago on Tuesday February 23, 2010 |
Permalink