I am using a DB field to pre-fill an HTML form field. The DB field is "cust-name" and cust-name = "Mike Smith". A portion of the Webspeed code for the form data cell is:
{&OUT}
"<td><input type=text name=cust-name size=30 value=" cust-name "></td>".
When Webspeed displays the form only "Mike" is displayed in the field. What do I need to do to get the form field to display the complete field "Mike Smith" and display both words? I assume there is a problem with the space between Mike and Smith. jaf
{&OUT}
"<td><input type=text name=cust-name size=30 value=" cust-name "></td>".
When Webspeed displays the form only "Mike" is displayed in the field. What do I need to do to get the form field to display the complete field "Mike Smith" and display both words? I assume there is a problem with the space between Mike and Smith. jaf