These states are applied automatically upon verification.
Widths
Sizes
Form with icons
Form and grid
Use the Grid stack inside the Form to define the layout.
Custom template
By default mail messages are configured as name fields are entered in a form. We may also configure our mail messages dynamically using the custom template option, here's how:
In Form options enable Custom Template
Surround each input name with double braces, example: Hello! {{name}} sent you a new message: {{message}}
Honeypots and security
Honeypot is a technique to help you block spammers and bots that could attack your website forms. These attacks are also logged and can optionally be sent by mail. Enable honeypots at the Form security section:
Enter a character or string or hash contained in the input field names which are actually honeypot input fields. For example '--' is the default. Be careful with non-alpha numeric characters.
Do not use: # + = " ' \ / ? & ^ % $ @ . , : ; | <> () (alone or combined)
Ok to use: - _ ! or combined, or any alpha-numeric string.
Always test the form with the identifier character or string.