I am making a simple Form the problem i am facing is when i submit the form values still remains in the field. and I want to clear it after SUCCESSFUL submission. Please hel
If you want your form's field clear, you must only add a delay in the onClick event like:
By clearform(), I mean your clearing-fields function.
clearform()