i2-Services, Inc. Forums

Full Version: Using variables form other (external) forms
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I would like to refer to variables from other (if possible forms not made in PHP Form to e-mail) forms. Is this possible?

Example. I have form x, in which I post a name that I would like to refer to in form y. So if I submit form x I need to see the name back in form y.

Regards, Rene
If form "y" is PHP Form to e-Mail you could if possible after submission of the first form "x" link over to PHP F2E form and enter the name in the URL / Query string:

IE:

This is an example if you have on form "Y" a field of "name" to take a persons name.

Link being:

/forms/forms.php?form=1&name=name here

Better example from our demo:

http://www.interactive-scripts.com/demos..._name=Rene
Reference URL's