Problem importing from recordset into input box

I have a custom content management system. What I am doing is importing a value from a recordset (ASP) into an HTML input box (text). the problem is that for values with spaces like “First Name” will only import up to the space…so the value in the text box is “First” the ‘Name’ is not imported for some reason…

the purpose of this is to edit existing data being stored in a mySQL db. The data from the db is simply being imported into input boxes so people can make changes.

Any ideas of why it is being cut like that? :ninja:

thanks,

Ry…Big ry