Error: Embedded spaces in URL/Values passed in URL parameters are truncated
Many browsers complain when a URL has an embedded spaces. If the space is in a data value passed by a URL field, the value may be truncated at the space. For example, "first name" may get passed as "first".
The problem typically happens when a URL is dynamically generated from a database text field and the value(s) in the field have embedded blanks. To avoid the problem, use the URLEncodedFormat function which replaces blanks in a URL with + signs.

