I'm using AJAX for webform with the option to reload the current page upon submit. Everything works fine but after submit when it scrolls up, I can still see all the data which was entered in the form fields. it doesn't cleared by it self which it normally does when AJAX is not used. How can I clear the form after the submit button is pressed using AJAX? Thanks.