Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/components/forms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
To add a new field to your Form:

#. Click the Add a new field dropdown and select the type of field you wish to use. Available fields include:
- **Boolean** - Provides a true/false or yes/no selection. Configure to display positive, negative, or both labels. Use for binary choices like agreeing to terms or opting into communications.

Check failure on line 83 in docs/components/forms.rst

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'FALSE' instead of 'false'. Raw Output: {"message": "[Vale.Terms] Use 'FALSE' instead of 'false'.", "location": {"path": "docs/components/forms.rst", "range": {"start": {"line": 83, "column": 36}}}, "severity": "ERROR"}

Check failure on line 83 in docs/components/forms.rst

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'TRUE' instead of 'true'. Raw Output: {"message": "[Vale.Terms] Use 'TRUE' instead of 'true'.", "location": {"path": "docs/components/forms.rst", "range": {"start": {"line": 83, "column": 31}}}, "severity": "ERROR"}

Check failure on line 83 in docs/components/forms.rst

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'boolean' instead of 'Boolean'. Raw Output: {"message": "[Vale.Terms] Use 'boolean' instead of 'Boolean'.", "location": {"path": "docs/components/forms.rst", "range": {"start": {"line": 83, "column": 8}}}, "severity": "ERROR"}

- **CAPTCHA** - A basic tool for spam protection requiring the Form submitter to answer a question, or detecting when spambots try to submit data in a hidden CAPTCHA field - sometimes referred to as a honeypot. It's recommended to use some kind of CAPTCHA on every Form. It's also possible to support reCAPTCHA and other tools with third-party Plugins.

Expand Down