I have a form that sends data to another page, I would like to reset some inputs after submitting the form, so I tried this:
%pre%But I did not succeed, I tried to reset the input several ways, putting in a function js (which would be right in the case), tried jquery among others but I did not succeed, so I believe there may be some conflict within my form that might be causing this function problem not to generate the expected result (which in case is reset the text area description).