validate the captcha result
-
hi,
i am using your given code in my custom page code,
<?php if( function_exists( 'cptch_check_custom_form' ) && cptch_check_custom_form() !== true ) echo "Please complete the CAPTCHA." ?> <?php if( function_exists( 'cptch_display_captcha_custom' ) ) { echo "<input type='hidden' required='required' name='/packages.php' value='true' />"; echo cptch_display_captcha_custom(); } ?>
its appearing fine, but i need one thing, and i got one error.
the action which i need to do,
the captcha’s user input field must be set as required. Currently, my form is submitting the user data without filling the Captcha textbox.the Error which i feel and i want to resolve it:
when i input wrong Captcha in Input field, from submitted. the Captcha Validator should check the correct input Answer.how can i solve there two things.
regards.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘validate the captcha result’ is closed to new replies.