SDK Modes
Supported UI modes for Joyfill SDKs
When you embed Joyfill you have three modes available that enable different functionality of the Embedded UI.
Name | Description |
---|---|
edit | Edit mode enables the builder UI of the JoyDoc. For instance, users can add new pages, drag-and-drop new fields, modify styles and layouts, update field settings, etc. |
fill | Fill mode disables all building functionality and simply enables the fields on the form to be filled out with data. All functionality is essentially read-only except the field data entry functionality. |
readonly | Read-only mode disables all functionality including data entry. This mode is best used if you're simply displaying a completed form or supporting a preview. |
Updated 10 months ago