1.) This part is fairly easy and I don't see any stumbling blocks here.
2.) You'll want to make sure the link to the form includes a query string. The value of which should be the e-mail address of the person you want the second form sent to.
3.) You'll want an e-mail address field that is populated by the query string in the link that's included in the e-mail.
The notification will be set to send to that hidden field e-mail address. You can hide the e-mail address in the second form using CSS.
So the link in the e-mail should be like:
http://site.com/form2?emailadd=me@domain.com
The second form should have a field that has Allow Populate Dynamically checked off with a parameter of emailadd.
Then that will be automatically filled out and useful to you when sending the second e-mail notification.
I hope that helps.
Posted 11 years ago on Wednesday July 3, 2013 |
Permalink