diff --git a/docs/components/forms.rst b/docs/components/forms.rst index 9678abe9..964d67c6 100644 --- a/docs/components/forms.rst +++ b/docs/components/forms.rst @@ -80,6 +80,7 @@ To control the maximum number of fields shown on a Form: 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. - **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.