After serializing a JS form, the data looks like this:
.....&xx=xxx&otherError=&input=SMS&message=sdfgs&......
Can anyone provide guidance on how to replace the value of message with the content of a textarea before making an ajax call?
Thank you,
Steve