grav-plugin-form
grav-plugin-form copied to clipboard
How to add math captcha?
From a docs: https://learn.getgrav.org/17/forms/forms/fields-available#basic-captcha-field
It works:
basic-captcha:
type: basic-captcha
placeholder: copy the 6 characters
label: Are you human?
...
process:
basic-captcha:
message: Humanity verification failed, please try again...
But how to add math type? adding type: math show errors.
What error ?
Failed to read /Users/artyom/domains/domain/user/pages/19.therapies/add/therapy-add.md: Unable to parse at line 21 (near " options: ").
I tried like that:
basic-captcha:
type: basic-captcha
options:
type: math
placeholder: copy the 6 characters
label: Are you human?
It works when change form option to MATH in the Form plugin. But how to do that in the form definition?
your yaml is bad. options: should be at same level as type:
Doesn't work, it shows characters captcha, not math.