I dynamically add email addresses to forms by adding a query sting to the end of the URL. Is is possible to populate more than one field in a form using this technique?
Thanks,
I dynamically add email addresses to forms by adding a query sting to the end of the URL. Is is possible to populate more than one field in a form using this technique?
Thanks,
Yes, you can string it along with ampersands.
?paramtername1=email1¶matername2=email2