Skip to content

Commit

Permalink
Webform field password protection
Browse files Browse the repository at this point in the history
  • Loading branch information
Geraldhub committed Oct 23, 2024
1 parent 4ea984f commit 3da115f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/details/custom_webforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ on the uniform resource locator (URL) pattern.
You can also set the import field on “(extra attribute)”. In that case this field
will be imported as an extra attribute, the name of the field can be anything.

### Password protection

You can password-protect a field so that the imported value is not shown until a password
is provided. In the web form field definition, the Password Protection option must be
enabled, and a password has to be set.

The password protection is activated within the POLICY function. The password must be
entered before the content of the field can be accessed.


## Import email format

The import mail function uses the YAML (Yet Another Markup Language) format for
Expand Down

0 comments on commit 3da115f

Please sign in to comment.