Hi all -

I am trying to pass data between forms. But the line of code:
Code:
<input type="hidden" name="facility" value=<%=request.form("cmbFacility")%>>
only submits the value of cmbFacility up to the first space (the rest is truncated).

Why?!?