Capturing Dynamic Form Field Values
The RecordSetItemData model is responsible for storing each individual FormField value entered in a RecordSet form. For every RecordSet form submission (RecordSetItem), a set of RecordSetItemData entries is created, where each entry holds one specific form field value.
Technically, each RecordSetItemData entry is uniquely identified by a combination of RecordSetItemID and FormFieldID, establishing a precise connection between the form input and its field definition. This structure ensures high flexibility and scalability for managing form-based data records.
Through this model, EveryDataStore enables granular control of data collection, validation, and analysis. It forms the backbone of dynamic content storage in the platform, providing a clean, relational structure for efficient input management, filtering, and output rendering.
Name |
RecordSetItemData |
||
---|---|---|---|
Properties |
Name |
Type |
Description |
Slug |
Varchar(110) |
EveryDataStore-ID |
|
Value |
Text |
FormField value from the form |
|
Relations (has one) |