web pre-registration module - How to make company name and email mandatory

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>

   <isVisitorCompanyRequired>false</isVisitorCompanyRequired> and make this two true 

   

   Example 

   

   <isEmailRequired>true</isEmailRequired>

   <isVisitorCompanyRequired>true</isVisitorCompanyRequired>

  

  Hit Save 

  Start the the passagepoint service

 

 

    • Related Articles

    • Add multiple hosts/visitors to the email template

      Add multiple visitors into the Host Email Template Go to Home> configure system> Email Templates Edit the Email template and include "Visitor Repeat Start" before the visitor first name and last name followed by "Visitor Repeat End" After updating ...
    • 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 Customized Configurations

      Customized Configurations 1. Web customization You can add your customized Logo image and CSS file for various web interfaces here. Lets say you want to add a custom Logo and CSS for a configured web interface with the name "wi1". The steps to do ...
    • Locale - How to rename header columns in Rapid Pending, Pre-Registration Today and Tomorrow Tab

      Locale customization You can add your customized locale keys for both Client and Web interface here. The steps to do this are: (1) Create a file named "override.locale" at location "[Installation Folder]\Config\custom\locale\". For a typical ...
    • What is the import order for the Web Pre-reg group registration Tab Delimited Text file?

      The text file must meet with the following requirements: 1. Column header is required and should be included as the very first line, and should specify the following header names (case insensitive) 1. first: column for person first name, REQUIRED 2. ...