Hi @sai_santhosht50 You can alert the author on dialog submit. See the below code snippet. (function (document, $, ns) {"use strict";$(document).on("click", ".cq-dialog-submit", function (e) { e.stopPropagation(); e.preventDefault(); var $form = $(this).closest("form.foundation-form"); l...