danarashad
Programmer
I am having a problem. When users print there forms. The information in the text boxes aren't printing. Is there a way to print all of the info from a text box. The tag in question is!
<input type="text" name="address" size="17" maxlength="50">
What I typed into the box is the following.
I have no address this is a test
No where near the 50 max. Printing cuts off after TH in this.
<input type="text" name="address" size="17" maxlength="50">
What I typed into the box is the following.
I have no address this is a test
No where near the 50 max. Printing cuts off after TH in this.