Home › Forums › Back End › PHP Contact – does not validate form in Oprea & Chrome › Re: PHP Contact – does not validate form in Oprea & Chrome
April 5, 2010 at 10:53 am
#73536
Participant
Hi,
Thanks for the relpy. That makes sense but I am not so versed with PHP, so I am not sure how to get the code to work. Could you help me with getting the validation to work?
Below is the code that I am using right now
John
Code:
“);
// redirect to success page
// CHANGE THE URL BELOW TO YOUR “THANK YOU” PAGE
if ($success){
print ““;
}
else{
print ““;
}
?>