Hello friends I have a problem getting the data of a textarea
, if I do not insert line breaks in the field the form gets them without problems (Modal Form) But if I insert line breaks at the time of registration, I no longer I opened the form, that is, the problem is getting the line breaks.
Does anyone know how to solve this problem?
I get the data as follows in javascript
:
document.formname.textarea.value = textarea;