I am building a mailto form.
In the description field I want the user to be able to enter as much data as they want (if they want to send me War And Peace that is fine).
I am using:
mybody+=' Item Description :'+myform.desc.value+"%0A";;
<textarea name="desc" cols="70" rows="20" wrap=""></textarea>
It is not working.
Any help is appreciated.
Sharon