I want to have a form where people enter.... for example their name. For the purpose of this example, say i only want to except the form if the name is John.. for all other entries i want the form the be cleared( and the page to be refreshed if necessary). How would i do this?
PS - please assume I have the backend coding already finished to check to see whether the name is John or not.
PS - please assume I have the backend coding already finished to check to see whether the name is John or not.