AlKikuras
10-27-2004, 07:00 PM
Hi Folks!
I need to have a form where a visitor fills in his/her email address and when they submit, the email address is passed on to a link in the results page. Like they submit a variable in the form and the variable shows up in the results page like www.domain.com&u1=[VARIABLE]
For example, the person submits me@me.com and on the results page there is a link to: www.domain.com&u1=me@me.com
I've found javascripts that will allow me to pass variables on to the results page in plain text, but I don't want the visitors to have to copy and paste the URL. IDEALLY, I would like the form to pass the variable to a page that will automatically redirect to that URL with the variable intact, but I would settle for it just being within a clickable link.
Anyone have any ideas? Thanks very much!
I need to have a form where a visitor fills in his/her email address and when they submit, the email address is passed on to a link in the results page. Like they submit a variable in the form and the variable shows up in the results page like www.domain.com&u1=[VARIABLE]
For example, the person submits me@me.com and on the results page there is a link to: www.domain.com&u1=me@me.com
I've found javascripts that will allow me to pass variables on to the results page in plain text, but I don't want the visitors to have to copy and paste the URL. IDEALLY, I would like the form to pass the variable to a page that will automatically redirect to that URL with the variable intact, but I would settle for it just being within a clickable link.
Anyone have any ideas? Thanks very much!