I used the following example: http://www.brainbell.com/tutorials/php/Checking_Mandatory_Fields.htm
to create a form that has 3 mandatory fields.
Now I want the form to post data to another form if the mandatoy fields are filled, how should I do this?
P.S. I hate javascript so no javascript solutions!
to create a form that has 3 mandatory fields.
Now I want the form to post data to another form if the mandatoy fields are filled, how should I do this?
P.S. I hate javascript so no javascript solutions!