I have a form.
Say,there are two fields. One field with Textarea and other one with Input.
Whenever someones enters Hi How are you. I've been there i.e. a ' in the textarea and say there is some validation error in the form as a result form loads again with the values entered by the user.
In the textarea the value loads is i.e. Hi How are you. I\'ve been there i.e. with a \ in front of '.
How can i avoid this.