Forms and email links

O

Oren Levy

Hello
I have a form that has the fields "T1" and "T2"
I'm sending emails to customers with a link to that form.
I would like it when they click on the link and come to
fill in the form the "T1" and "T2" fields will be
populated automatically based on the link in the email.

I tried to set the following link as example:
http://microsoft.com?T1=oren,?T2=Levy

and even just for one parameter:
http://microsoft.com?T1=oren

but then fields stay empty.

Any ideas?

Thank you

Oren Levy
 
M

MD WebsUnlimited.com

Hi Oren,


To accomplish the link will need to be associated with some script code. The
code can be JavaScript / ASP / ASPX or PHP.
 
O

Oren Levy

Hi Mike
Thank you for the quick response

Any idea where can I find some samples

Thank you

Oren
 
Top