-
-
Save xiaohutai/a8ea93fb0acdd5d311acc1cbb8e89abc to your computer and use it in GitHub Desktop.
Maak een Honeypot dmv een hidden field in de boltforms config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
form: | |
... | |
fields: | |
... | |
custom: | |
type: hidden | |
options: | |
label: 'Custom' | |
required: false | |
attr: | |
class: hidden | |
constraints: [ Blank ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.boltforms-hidden-row { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment