Index
Main Menu
Tutorial Videos
Tutorial videos are available here.
Knowledge Base
Visit our User Forum for discussions & solutions
January 24, 2023
AreYouReadyToAssembleMessage - XpressDox
Provide a confirmation button on the XpressDox interview:
The AreYouReadyToAssembleMessage command provides a pop up message just before the Assemble button on the XpressDox template interview. The template author can supply custom wording to the user, such as a confirmation that they are ready to proceed to assembly. Or in the case of a Shared Interview, that they are ready to submit data.
Examples of usage:
With no condition on the Assemble Message:
«Client_Name»
«Client_TelNum»
«AreYouReadyToAssembleMessage(Are you sure you are ready to submit?)»
Only show the pop up message to users when sharing an interview:
«Client_Name»
«Client_TelNum»
«AreYouReadyToAssembleMessage(Are you sure you are ready to submit?,IsTrue(XD_isSharedInterviewMode))»
Build the text of the message dynamically:
«Client_Name»
«Client_TelNum»
«AreYouReadyToAssembleMessage(<Client_Name>!, are you sure you are ready to submit this interview?)»
This feature is available from v14 web and v14 Modern interview. It is not available in the Classic interview.