We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
type: math
The text was updated successfully, but these errors were encountered:
What error ?
Sorry, something went wrong.
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.
No branches or pull requests
From a docs:
https://learn.getgrav.org/17/forms/forms/fields-available#basic-captcha-field
It works:
But how to add math type? adding
type: math
show errors.The text was updated successfully, but these errors were encountered: