Jquery ajax – AJAX .val() or .text() does not work with textarea?
I'm trying to use AJAX requests to send textarea data into a google form, but .val() doesn't seem to work with textarea specifically. How can I fix this? I am looking to allow people to type up around a paragraph…