Hi…
I am working on a website. Very simple interface. There I have prepared a custom form for product-wise comments.
Means, anyone can comment on a product. But to my surprise, after clicking on submit button also, the input fields are staying filled with current values.
I want that every time user clicks on the submit button, the input field must be reset to blank.
Typically, one leaves the page after filling a form, and upon return the page has been refreshed and form cleared.
Try having the button go to the page after clicking the submitting as to reload it. Bad news is then you lose the ability to acknowledge and or thank the user for their input.
Is there a reason you want the form cleared for the same user?