Use same popup for create and edit

How I can use the same popup for create and edit user?
I need to use fillForm action?

Just change the content of the interior through Javascript. Have two <div> elements and only show the one that is relevant to your purpose. For example, if you’re editing a user, set your code to display the <div id="editUser"> element.

1 Like