Skip to main content
Version: 1.25 (Current)

Security

These fields are security related and allow you to add elements such as CAPTCHA verification or password reset functions, as well as specific permissions to your form.

Note that only the field-specific parameters will be listed below. Please see here for a list of common parameters to all fields and here for the common configuration elements to all fields.

CAPTCHA

Allows you to add a CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) verification code to your form.

  • Specific Parameters:
FieldDescription and information
Display on One LineCheckbox; if active, the CAPTCHA control will display the image and the input box on same line.
Show Refresh ButtonCheckbox; if active, displays a refresh button that allows the user to refresh the CAPTCHA image. Each refresh triggers a server request to get a new image and encryption key.
Save to ReportChecking this box automatically saves the value from this Field into the database, under the avtActionForm_Reports table.

Device Fingerprint

A device fingerprint is a unique code that is generated by using different methods in order to uniquely identify the digital signature of a device when it is using a website. You can use this field if you want a extra layer of security for your device.

  • Specific Parameters:
FieldDescription and information
Fingerprint OptionsBy default, all the options are activated and you can exclude one or more if you want to get less information from the device. More information about each option can be found here.
Save to ReportChecking this box automatically saves the value from this Field into the database, under the avtActionForm_Reports table.

Password

This field allows to re/set a password.

  • Specific Parameters:
FieldDescription and information
Initial ValueDefine the initial value with which the field will be loaded; it can be the old password or a default password for example.
Confirmation OfYou can use two "Password" fields in order to confirm a set password. This parameter will automatically compare the two. Simply choose the field to compare against from the drop-down list.
Display Show/Hide Password ControlChecking this option allows the form user to see the password in clear txt by clicking a button - "👁".
Save to ReportChecking this box automatically saves the value from this Field into the database, under the avtActionForm_Reports table.

Permission Grid

Allows you to define custom, Form-specific roles and permissions.

  • Specific Parameters:
FieldDescription and information
RolesDefine one role name or ID per line. Special roles "All Users" and "Unauthenticated Users" are also supported. This field supports contextual tokens, such as [RoleName] and Custom Tokens.
PermissionsDefine one permission name per line. Note that these Permissions do not need to be mapped to anything from the Plant an App site at this stage. The Permissions defined here are given a meaning later, depending on the context in which they are used.
Load PermissionsAllows you to load permissions from tokens. The first column (Permission Key) defines VIEW, EDIT, or other permission that you want to load. The second column (Roles) is a comma delimited list of role IDs or role names. It can also be permissions loaded with a LoadPage or LoadModule action. Supports contextual tokens such as [Roles] and Custom Tokens.
Save to ReportChecking this box automatically saves the value from this Field into the database, under the avtActionForm_Reports table.
tip

How to quickly create a Permission Grid for your Form:

  • Add a "Permission Grid" field
  • Set the Roles (for example: Registered Users, Subscribers)
  • Set the Permissions (for example: View, Edit)
  • Set Load Permissions (for example: View for Key, [ViewToken] for Roles)
  • Add a button with an "Update Page" action and set similar permissions on the action, just like on the previous step.

reCAPTCHA

Use Google's "reCAPTCHA" in order to detect abusive traffic on your website and prevent spam form submissions from being executed by bots.

Note that you will need to sign up for an API key pair for your site in order to be able to use it.

  • Specific Parameters:
FieldDescription and information
Invisible RecaptchaCheck to make the reCAPTCHA invisible for human form users. Note that the Secret key and Site key (see below) are different for invisible reCAPTCHA.
API Site KeyProvided by Google upon signing up. Please see here for more information.
API Secret KeyProvided by Google upon signing up. Please see here for more information.

reCAPTCHA V3

Similar to reCAPTCHA (see above).

Please see the official documentation for:



Back to the top ⤴