MarkE 16 Posted February 9 For iPad users, when editing in the back end in a modal, after saving, the display seems to stay at the bottom of the modal, so the close icon is not evident. In this case (and more generally, too, I think) it would be helpful to have a cancel/close/continue button (ideally text would depend on state) at the bottom of the modal, next to the publish/save button. I'm sure there must be a simple way of adding this, but I can't see how. Share this post Link to post Share on other sites
Zeka 695 Posted February 10 @MarkE Hi. I think that it's should be possible to add additional buttons with needed data attributes with a hook to ProcessPageEdit::buildForm. There you can see different options for data attributes https://github.com/processwire/processwire/blob/master/wire/modules/Jquery/JqueryUI/modal.js#L18 Share this post Link to post Share on other sites