Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Forms & Blueprints

Captcha not valid

Started by Sjoerd Smeets 6 years ago · 0 replies · 642 views
6 years ago

Hello, i recently upgraded from php7.3 to php7.4, all my forms stopped working. With some help from users on discord i had to change the way recaptcha was coded in the form. Now the form displays but captcha returns with an error. Captcha not valid.

In the grav.log i found an error message:

TXT
Form reCAPTCHA Errors: [/contact] ["missing-input-response"]

What causes this problem?

Here is the complete form.md

YAML
---
title: Contact

form:
    name: contact

    fields:
        - name: name
          label: Naam
          placeholder: Uw naam
          autocomplete: on
          autofocus: true
          type: text
          validate:
            required: true

        - name: email
          label: Emailadres
          placeholder: Uw emailadres
          type: email
          validate:
            required: true

        - name: message
          label: Bericht
          placeholder: Uw bericht
          type: textarea
          rows: 5
          validate:
            required: true

        - name: honeypot
          type: honeypot

    g-recaptcha-response:
          label: Captcha
          type: captcha
          recaptcha_not_validated: 'Captcha not valid!'

    buttons:
        - type: submit
          value: Verzenden
        - type: reset
          value: Wis formulier

    process:
        - captcha: true
        - email:
            to: "{{ config.plugins.email.to }}"
            subject: "Contactformulier Born-online.nl"
        - message: Bedankt voor uw bericht!
        - display: /thankyou
---

## Contact formulier

Via onderstaand formulier kunt u contact met ons opnemen.  

Suggested topics

Topic Participants Replies Views Activity
Forms & Blueprints · by Ton Haarmans, 5 years ago
13 1133 4 months ago
Forms & Blueprints · by Hugo Oliveira, 5 months ago
0 60 5 months ago
Forms & Blueprints · by Flachy Joe, 6 months ago
9 131 6 months ago
Forms & Blueprints · by Augustus, 7 months ago
7 107 7 months ago
Forms & Blueprints · by Julien, 7 months ago
10 125 7 months ago