• Visitors to my website have complained that they cannot send messages via the Contact Form 7 plug-in on my site. The same error message displays each time: “Validation errors occurred. Please confirm the fields and submit it again,” as well as “Your entered code in incorrect.”

    A “code” is not displaying on the page: can’t enter any code as a result.

    Can any suggest a remedy?

Viewing 1 replies (of 1 total)
  • To use CAPTCHA, you need GD and FreeType library installed on your server.

    Also, make sure that CAPTCHA’s temporary folder is writable. Contact Form 7 refers your upload folder setting in Settings > Miscellaneous menu for resolving the base directory for CAPTCHA’s temporary folder. For example, when your upload folder is set “wp-content/myfiles”, CAPTCHA temp files will be created in wp-content/myfiles/wpcf7_captcha, so you need to make that folder writable.

    Ref.
    http://contactform7.com/faq/#CAPTCHA_does_not_work_the_image_does_not_show_up

    Also, To use CAPTCHA, you need Really Simple CAPTCHA plugin installed.

    Plugin:
    http://ww.wp.xz.cn/extend/plugins/really-simple-captcha/

    Also, make sure that the following code is inserted above your submit button in the Contact Form 7 settings FORM.

    [captchac your-captcha]
    <label>Enter the code: [captchar your-captcha]</label>

    You can see my working form on my contact page on my website.

    http://moneysitemarketing.com/

Viewing 1 replies (of 1 total)

The topic ‘Contact Form 7 Code field not displaying’ is closed to new replies.