Create an Omniscript.
Messaging elements can be used to display success, warnings, comments, or requirements based on the validation expression.
/*! elementor – v3.18.0 – 20-12-2023 */
.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=”.svg”]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}
First I am Drag & Drop Text Field in Canvas and Messaging Function.
Expression=If Name<> NULL than Show the message “Thanks” .
And expression == NULL So display Show “Please Fill The Tab”.
Same thing on message display Whichever Condition is given in validate expressions.
When the validate expression is true then it follow true expression and if it is false then it follow false.
This validate expression is displayed only when the active checkbox is checked.
Note- If requirement is selected in validate expression then navigation is not possible without validating.
Lets Preview it See the JSON
To display the message, select the type of message to be displayed when the validation expression returns true or false and add the message to be displayed.
I hope you understand the use of messaging function.