Validation

Complete the "recordProcess.php" action codes to process the submitted form of the student's personal info form, .

Before proceed with the rest of the codes, do some validation checking to REJECT the form if the length of NOIC input is not equal to 12. Print the error next to the noic input form. Make sure the submitted input are automatically entered in the respective form's input.


Otherwise, ALERT (javascript) the user that the data is accepted and print all the accepted input.

[SOLUTION]


Last modified: Saturday, 23 February 2019, 10:44 AM