Open exponentcms opened 4 years ago
As a note from work with dynamic form designer:
As a note, this feature implies an ajax update to the displayed page which may make it more complicated to implement than any improvements provided.
As we do with the eCommerce edit addresses, we could display the 'edit' view via ajax in a dialog and then allow the form submit 'update' process to flow normally with a 'cancel' simply dismissing the dialog.
It would be nice to display the 'edit' view inside a modal (ajax/json) dialog instead of loading a new page then returning to the previous page when done.