I\'ve tried it a few different ways based on searches I\'ve done on the subject and for some reason I can\'t get it to work. I just want my text inputs and textarea to clear
since you are using jquery library, i would advise you utilize the reset() method.
jquery
reset()
Firstly, add an id attribute to the form tag
Then on completion, clear your input fields as:
$('#myForm')[0].reset();