These are interactive Nutrient Playground examples. Click any link to try the code in your browser.
For local runnable examples, see web/annotation/README.md.
-
Add a user role dropdown to signature form fields
- Enhance form creator mode by adding a custom dropdown to assign user roles to signature fields. This demo focuses on UI enhancements, dynamically displaying the dropdown when a signature field is selected. — Video
-
- Dynamically create form fields with unique IDs and custom data when a user interacts with a toolbar button. — Video
-
- Create signature form fields and display the creator’s name next to them. — Video
-
Add custom database form fields
- Modify the form creation modal to include buttons for mapping input fields to database fields, allowing users to update the form’s custom data. — Video
-
Iterate over form fields and widgets and output their properties
-
Set radio button and checkbox values
- Use custom configurations to automatically set values for radio buttons and checkboxes in a PDF form. — Video
-
- Mark all form fields as required, and visually highlight them using a custom renderer. — Video