HI Scott,Thank you for your reply.With the below snippet, the validation message is coming fine.(function (document, $, ns) { "use strict"; $(document).on("click", ".cq-dialog-submit", function (e) { e.stopPropagation(); e.preventDefault(); var $form = $(this).closest("for...