Triggering a Script to Print Custom Message 
- Define a form field with Field Name as Print Message, Field ID as print, and Type as Button.
-
Define associate Script and map it to the field ID. The following
syntax can be used to print the message by adding the string to the key
"message":
print(json.dumps({"message":"My custom message banner"})) -
From the menu on the top, click
(View) icon.
Clicking the Print message button triggers the script to display the custom message.
