I have a vanilla html page which has a form in it. A requirement has come in to be able to pre-populate the form via the url. Something like:
http://some.s
Are you using PHP? If so, that makes things much easier. Assuming your link as above, you can use:
----------
That should pre-populate for you.