Hi try to get script to work where it check Required field(s) validation.
<FORM NAME=FEEDBACK METHOD=POST ACTION="FEEDBACK.php" >
This action the php script, find no problem, the bit I am stuck on is I need to add the following
<form name="FEEDBACk" onsubmit="return formCheck(this);">
Have added
<FORM NAME=FEEDBACK METHOD=POST ACTION="FEEDBACK.php" onsubmit="return formCheck(this);">
Doesn't matter where I put the onsubmit part doesn't work
Any help pls
<FORM NAME=FEEDBACK METHOD=POST ACTION="FEEDBACK.php" >
This action the php script, find no problem, the bit I am stuck on is I need to add the following
<form name="FEEDBACk" onsubmit="return formCheck(this);">
Have added
<FORM NAME=FEEDBACK METHOD=POST ACTION="FEEDBACK.php" onsubmit="return formCheck(this);">
Doesn't matter where I put the onsubmit part doesn't work
Any help pls
Comment