Am trying to populate a form text field using a text link on another page using the query string method.
To do this I
created the form "Information"
inserted this form into the page "Information request"
Permalink to the page with the form would be http://www.example.com/wordpress/?page_id=90
Now lets say I'm on another page and want the user to click on a text link to the page with the form and populate one of the fields. (field has been ste to allow populating dynamically)
I put a slash between the page ID and fieldname but this does not work.