I ran into the same problem. The page properties dialog does not work like other component dialogs. After some digging I found that this worked for me:$document.on('foundation-form-submitted', '.granite-form-saveactivator-form', function(ev, success) { if(success) { // form submission...