How can i possibly preserve the value of the <input> field if submitted wrong? I have a form that will be submitted to a php page. The PHP page will then check if that is correct or not.
Ex. if the user input google the PHP page says it is wrong. I want google sent back to the input field.