I have been using the querystring to pass variable and using URLEncode to concatenate variables this is fine.
My problem is that I want to pass the title of a product through to the next page if I do it with URLEncode an example if Hip + Hop which might not make sense to some people
I have tried passing the variable using a hidden field but then I only get the first word printed on the next screen e.g Hip
Any ideas how I can get round this?