not really a VB question, but hoping someone will know:

I have a form, which has a couple hidden fields in it.

When this form is submitted, I grab the values out of these hidden fields. Problem is that it doesn't seem to recognize multiple words (space delimited)in the hidden field.

example: I put the value "this person" into the hidden field. When I extract the value of the hidden field it returns "this" and drops person. Spaces seem to not get along with hidden fields.

This is a problem. Can anyone think of a workaround?
(I tried text-fields of "0" width, but that doesn't fly)

dvst8