Popup Macro

Use the Popup macro to display an input form in a modal pop-up window.

Parameters:

 

  • Form Name: The name of the input form to display. This value should match the input form name as it appears on the Forms tab.
  • Title:The text to display in the title bar of the pop-up window.
  • Width:The width (in pixels) of the pop-up window.
  • Height:The height (in pixels) of the pop-up window.

 

Return Value:

 

None

 

Example:

 

Macro.Popup("My Custom Form", "Enter the Borrower's Paystub Information", 500, 450)