: Personalized URL with pre-populated data I think I am going to use Google spreadsheets and an embedded form. I see that it is possible to pre-populate the fields with URL parameters. So I think
I think I am going to use Google spreadsheets and an embedded form. I see that it is possible to pre-populate the fields with URL parameters. So I think I just need a way to redirect with the correct data from a database when a user goes to their Personalized URL.
I have no idea how to do the second part. Or if it is even the best way to do it.
How do I set up Personalized URLS?
How do I redirect from those URLS to the spreadsheets?
Is this even the best method for pre-filled forms?
More posts by @Angela700
1 Comments
Sorted by latest first Latest Oldest Best
This is how you would do it in Classic ASP.
Depending on your server you will have a scripting language that lets you talk to a database and then create a web page or a redirect.
In classic asp you would.
1. Get all your data from your DB, and store each item in a variable.
2. Build your url string mystring = "item1=" & varitem1 & "&item2=" varitem2 ....
3. Do a response.redirect to the url with a ? and the url string .
In essence what you are going to be doing is using a server side scripting language to create your url and then do a redirect.
Please let me know what your language is so that the forum can help you with a better sample
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.