Create User Pop Up
The Create User Pop Up is primarily a UX based field for making the creation of users easier for an admin. It is quite often the case that you may have users and data associated with them. You can use this field to generate data and the create the user at the same time. It works by simply showing a Pop Up of the our existing Manage Users/Profiles page and passing data into it.

A typical bloc with 3 fields where you may wish to store this data in a Bloc. You can then create a user with this field and this data. See next image to see what it looks like after clicking the button.

After clicking the button, the Pop Up appears with the details passed into the fields, saving you having to type them again. From here you simply finish out the New User form by entering the password and adding roles or permissions.
Parameter | Description |
---|---|
Button Text | The text that will appear on the button that is used to trigger the pop up. |
Choose Button Colour | The colour of the button that triggers the pop up. |
Choose Field to populate the Username/Email | An optional setting that passes the value in that field to the "Username" field in the pop up. |
Choose Field to populate the Full Name | An optional setting that passes the value in that field to the "Name" field in the pop up. |
Choose Field to populate the Profile Filter | An optional setting that passes the value in that field to the "Profile Filter" field in the pop up. |
Submit the form after the user has been added | A useful UX option that will submit the form once the user has been created. Once the user is created, the pop up will close and the host form will then submit. If you are finished filling the form this is a useful way for someone not to have to press Submit again. |
Last modified 1yr ago