Personalized URL with pre-populated data

Personalized URL with pre-populated data - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the Personalized URL with pre-populated data error on your web browser. Problem :


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?


Solution :

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


We hope that this article has helped you resolve the redirects, forms, error in your web browsers. Enjoy browsing the internet uninterrupted!

Comments

Popular posts from this blog

How to redirect to any domain [duplicate]

"302 found" for index page bad for SEO?

Create redirect from url like www.example.us/?p=100&option=