Clear the form field after successful submission of php form

后端 未结 12 1747
春和景丽
春和景丽 2020-12-16 06:10

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

12条回答
  •  甜味超标
    2020-12-16 06:58

    // This file is PHP.
        
    Fill in all fields.

    '; // Set $success variable to an empty string. $success = ''; } } ?>









    Use value=""
    You'll then have to create the $success variable--as I did in my example.

提交回复
热议问题