You can customize the form field for a given attribute.
Although you can customize the presentation completely, Delegated Admin provides example files to demonstrate the functionality and capabilities.
Because the example files most likely require modifications to address your specific needs, you should have a basic level of familiarity with HTML, CSS, and JavaScript when dealing with custom UI form fields.
The example files cover the following scenarios:
- Single-selection lists, which allow users to select one item from multiple options
- Check boxes, which can be customized so that one check box is dependent on the other
- String fields with validation and error messages
- Custom, user-friendly display of a JSON attribute, such as
ubidEmailJSON
- Multivalue string field, which allows users to enter multiple, comma-separated values
To set up Delegated Admin to use the custom HTML files and to display custom UI form fields:
Browsers that attempt to aggressively cache
HTML files often save and reuse outdated versions of those files. Because such
browsers might not display changes that are made to an example HTML file, include
the following <meta>
tag in the head of each custom HTML
file.
<meta http-equiv="Cache-Control" content="no-cache"/>
If your browser still doesn't display the updated HTML file, try the following:
- Clear the browser's cache.
- Use a private browsing window.
- Try a different browser.