August 28-29 incident:
Some orders and payments from around 28 August are still being restored — read the incident report, or contact support if something of yours is missing. You will be asked to choose a new password at your next sign-in.
I have a textbox/textarea that looks like this:
<textarea name='data' id='data'></textarea>
The users type the data required and then I want to fetch that data using jQuery when they click the submit button...