Skip to content

Instantly share code, notes, and snippets.

@xiaohutai
Forked from ankedsgn/boltforms.bolt.yml
Last active August 22, 2018 10:29
Show Gist options
  • Save xiaohutai/a8ea93fb0acdd5d311acc1cbb8e89abc to your computer and use it in GitHub Desktop.
Save xiaohutai/a8ea93fb0acdd5d311acc1cbb8e89abc to your computer and use it in GitHub Desktop.
Maak een Honeypot dmv een hidden field in de boltforms config
form:
...
fields:
...
custom:
type: hidden
options:
label: 'Custom'
required: false
attr:
class: hidden
constraints: [ Blank ]
.boltforms-hidden-row {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment