In the form (form_example) I have the button Add new user.
When I add a new user, and press the Add new user is added to the user database. (form_user)
After press the exit, go back to the initial form (form_example)
But I would like to add its data automatically in the form (form_example) from which I opened, add new user.
And returned to the original form if possible as soon as I press Add. No pressure on Exit.
Can someone please help with explaining how to do it. Or better yet maybe a code example.
thanks in advance