| 开发者 | codedbyabir |
|---|---|
| 更新时间 | 2026年7月2日 03:54 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
num1num2math_answer, where the visitor types their answer{math_question} wherever you want the question text to appear.num1 and num2 with random numbers on each page load, replaces {math_question} with the rendered question, and validates math_answer server-side on submit.math-captcha-for-gravity-forms folder to /wp-content/plugins/, or install directly through the WordPress plugin screen.num1, num2, math_answer) plus an HTML field containing {math_question}.No. This plugin only adds functionality on top of Gravity Forms and does nothing if Gravity Forms is not installed and active. You'll see an admin notice if it's missing.
No. All number generation and validation happens entirely server-side, on your own site.
Yes — the question is wrapped in a <strong> tag inside your HTML field, so you can wrap it with your own markup/CSS in the HTML field content.
The plugin checks for all three fields (num1, num2, math_answer) by Admin Label. If any are missing from a given form, validation is skipped silently for that form, so it won't break forms that aren't using the captcha.