1) Insert the following script between the and
tags in the page. 2) Give your form a name, f.e. myform. Place this in every field value statement inside the script, like this document.myform.Name.value = ""; and place it in the document.myform.submit statement. 3) For each field in your form (name, email, address, etc..) you must have or add a document.myform.FIELDNAME.value=""; statement. The total number of fields MUST MATCH the number of document.myform.xxxx.value statements in the script. If you get errors, check this!! 4) Insert the proper form action (change the URL to your form script) and name the form as below. The name must match all the names in the above mentioned statement inside the script. If you get errors, check this!!