Thank you for your response. I have your CAPTCHA activsted. I am not a coder, but I do understand how to do step 4. Step 5, however, I don’t understand.
I want you to know I added the code in a Custom HTML box for my contact form. (Yes, I inserted the code to take care of the HTML like you said.)
Am I supposed to add both of the codes in #5? (You have the word or between them.) I added both of them, but when I looked at my webpage contact form and only code showed up, no CAPTCHA.
Second, I don’t understand to what line you are referring when you state, “You could add this line to the variable and display this variable in the required place instead of echo “”Please complete the CAPTCHA.”” What line? I also don’t understand the rest of that paragraph.
Here’s what showed up on my contact page:
First Name *
Last Name *
Email *
Message *
if( function_exists( ‘cptch_display_captcha_custom’ ) ) { echo “”; echo cptch_display_captcha_custom() } ; “; echo cptch_display_captcha_custom(); } ?> if( function_exists( ‘cptch_check_custom_form’ ) && cptch_check_custom_form() !== true ) echo “Please complete the CAPTCHA.” or
Your help would be appreciated.