Introduction
The FormData module in OneEntry Platform allows for managing and interacting with form data. By using the defineOneEntry function, you can create a FormData object to handle various operations. The module supports different data types such as strings, numbers, dates, text, images, files, lists, and nested entities. It provides methods like getFormsData, postFormsData, and getFormsDataByMarker for retrieving, creating, and searching form data. Each method interacts with the API to perform these tasks, returning structured JSON objects with detailed information about the form data, including identifiers, timestamps, and language-specific data.
getFormsData
Searching for all form data
postFormsData
Creating an object to save form data information
getFormsDataByMarker
Searching for form data by text identifier (marker)