Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 651 Bytes

100_ConfigurationFlags.md

File metadata and controls

26 lines (20 loc) · 651 Bytes

Configuration Flags

Name Type Default
use_custom_radio_checkbox bool true
use_honeypot_field bool true

🚩 use_custom_radio_checkbox flag

Change use_custom_radio_checkbox to false, if you don't want to use the bootstrap custom forms.

form_builder:
    flags:
        use_custom_radio_checkbox: false

🚩 use_honeypot_field flag

Change use_honeypot_field to false, if you don't want a honeypot field added to your forms.

form_builder:
    flags:
        use_honeypot_field: false