I have developed a customer contact form in MVC. Which a description field for 2000 characters. This is completely external facing page. So users can enter any junk data here. I have to send this data in the XML
format including other fields (like first name, last name ,email adress , etc) to another system. So XML
has to accept the text from this form fields.
How can I validate when user enter data, remove un-necessary data from description field. ?