Hello,
I am getting errors on the W3C validator for not encoding my entire query string.
Here's an example of my url and the errors:
http://mydomain.com/request-information/?itin=Small+Ship+Cruise&line=Cruise+Line
Error: "General entity "line" not defined and no default entity. This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text."
As you can see in the string, I have encoded the rest of the string.
However I replace '&line' with '&line' then the field does not dynamically populate at all. The 'itin' field still populates correctly.
I feel like I must be doing something really stupid since I can't find any topics on the forums or the GoogleMachine...
Help please...
Thanks in advance.