Skip to content

Instantly share code, notes, and snippets.

@ankedsgn
Last active August 22, 2018 10:28
Show Gist options
  • Save ankedsgn/81587acbc459448fd0a39ec83c8eb34f to your computer and use it in GitHub Desktop.
Save ankedsgn/81587acbc459448fd0a39ec83c8eb34f to your computer and use it in GitHub Desktop.
Maak een Honeypot dmv een hidden field in de boltforms config
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