Hi
I have been successfully using the QueryString feature to dynamically affect the content of my page when visitors come from Google Adwords.
e.g. a search for Driving Lessons Creekmoor and clicking on the Ad take the user to
www.newdriverschools.co.uk/?Town=Creekmoor&PostCode=BH
The page uses DataSprings Dynamic Forms and is brilliant. It extracts the QueryString for me and puts it in each field.
But times have moved on and I want to be more dynamic with the QueryString.
I have searched for examples and come across many....
They are all very powerful but pretty complex to unravel.
Does anyone have a, simple, example that shows how to extract a 1st, 2nd and 3rd string without be super powerful to extract 1 - n strings?
My requirememt is to have just 3 items "Town", PostCode" and "Price"
Thanks
Dave