How to add math captcha?
Sogl opened this issue · 4 comments
Sogl commented
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.
rhukster commented
What error ?
Sogl commented
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?
rhukster commented
your yaml is bad. options: should be at same level as type:
Sogl commented
Doesn't work, it shows characters captcha, not math.