Quote:
Originally Posted by Nitro212
uh is there a bug in the send message code? i was testing it after a few attempts of saying the words was wrong i refreshed and it sent the message.. i tried this a couple times after 2 or 3 bad attempts i refreshed and the message was sent :/
edit: actually if i leave the field empty it still sends it works fine for the register but not for the contatc us form
|
Ah hah! You are correct. It was a simple typo on my part, sorry.
In
sendmessage.php:
FIND:
PHP Code:
if ($resp->is_valid)
REPLACE WITH:
PHP Code:
if (!$resp->is_valid)
I modified the original post to reflect this change. Thanks for pointing it out!