I have this online form for our internal quality control folks to use when checking tickets. Once they are down with their QC the form data needs to be emailed to upper brass, which at this point it does do that. I need for either one of two things happen:
1. after clicking submit the form gets emailed and the page reloads with the data fields empty
or
2. after clicking submit the form gets emailed and the user just clicks the reset button and it clears the form.
At this point the Reset button I have works fine until you submit the form once you submit the form the reset button no longer works.
Any help would greatly be appreciated. I am new to this and trying to learn on the fly, as you will see in the sloppy code. The code is below.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"& ...
Go to the complete details ...