Right then. Ill explain again.
In 1 form, I have text boxes and <Submit> dropboxes.
I want 1 Button, Preview, to set the fields back to the user entered data from before the click since on button click it clears the data. However, I want this so that the Reset button actually resets the values to 0 or Blank depending on which.
This can be done 1 of 2 ways. Either 1: The reset button resets all the variables to the page load default which is blank or 0 according to which field. Or 2: Onclick of the Preview button, the values are set but not the same way as the PHP one since that sets them until you do a hard reload of the page.