How to make a field required.
PassagePoint's powerful screen policy allows the setting of a field to be set to 'required', which then forces a user to have to fill out a field before completing the form.
The 'required' attribute is available for most of passagepoint's field on any of the available forms.
Home > configure Systems > Policy Manager > Screen Policy > Edit the desired form > click on desired field, and select "True" from the required attribute.
see screenshot below
Related Articles
How do I make the email field required on the web portal?
On the PassagePoint application server, navigate to "PPGlobal\Config\context\1\main.ctx" 1) Edit the 'options.xml' file using any text editer 2) update <isEmailRequired> from "false" to "true" <isEmailRequired>true</isEmailRequired> 3) Restart the ...
web pre-registration module - How to make company name and email mandatory
How to make company name and email mandatory Stop the passagepoint service On the server machine navigate to PPGlobal\Config\context\1\main.ctx Edit "options.xml" search for <isEmailRequired>false</isEmailRequired> ...
What ports are required for the Acuant SDK activation
If you are using the "Automatic Activation" option, you must be connected to the internet to activate your software license key. If the computer is behind a firewall, license activation requires that the firewall be configured to let port 80 (HTTP) ...
Kiosk - How to enforce the rule that a host must be selected from the directory, and make the first name non enterable
1) Host must be selected from the directory This is important when you don't want a visitor typing any names into the Host field Edit the KioskForm by following the screenshot below Find the variable "hostMustBeFromDirectory and set the properties to ...
RestAPI
PassagePoint features a set of RestAPI calls API documents are attached in the attachment section PassagePoint side ==================== 1) on passagepoint side, must enable port 2081 inĀ tomcat/conf/server.xml uncomment the port 2081 Must have ...