Forum Moderators: open

Message Too Old, No Replies

Formproblem: Linebreak i textbox creates two fields

Linebreak i textbox creates two fields when submitting

         

atteso

7:56 am on Oct 27, 2004 (gmt 0)

10+ Year Member



When I type some text in the textbox-field and then press enter and write som more text on next line, the textbox-field on submit is divided into two fields when it's sent to the server. (one field have the name of the textboxfield, and the other field take the name of the text written after enter-pressning, but get no value.

Can anyone please help me with this problem?

RonPK

10:53 am on Oct 28, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Are you using correct HTML? Basically like

<form>
<textarea rows="4" cols="50" name="mytext"></textarea>
</form>