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
// This file is PHP. Fill in all fields.'; // Set $success variable to an empty string. $success = ''; } } ?> Plan : Select One FREE Account Premium Account Monthly Premium Account Yearly First Name : Last Name : E-mail ID : Password : Re-Enter Password : Street Address 1 : Street Address 2 : City : Country :
Use value="" You'll then have to create the $success variable--as I did in my example.
value=""