I am trying to get some code that would permit me to pass some paramaters in a URL link to certain fields on a web form. For now it would be sufficient if the URL passed firstname and lastname to fields with the corresponding name.
I currently have a script that allows me to enter data into fields and it generates a URL from the data entered. I am looking for the opposite result which is to have the URL pass the data to the form.
Thanks,
Steve
I currently have a script that allows me to enter data into fields and it generates a URL from the data entered. I am looking for the opposite result which is to have the URL pass the data to the form.
Thanks,
Steve
Comment