When I try to use a hidden text field to hold a string variable (i.e. "Some thing that contains several words") it will only hold up to the first space. For example If the text in the hidden text field was "How are you doing?" then it will only come out as "How". How can I get it to keep the whole sentence?