Hi @shya One approach is that you can always control the value of the fields in the page properties by using a simple js like the one below (function (document, $, Granite) { "use strict"; $(document).on("click", ".granite-form-saveactivator", function (e) { saveCustomTitle(e) }); ...