-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Form Component
Travis Tidwell edited this page Jul 5, 2017
·
5 revisions
The JSON Schema definition for this component is defined as follows.
This component uses the core properties defined within the Common Parameters section.
Property | Description | Value | Required | Default |
---|---|---|---|---|
src | The URL of the form that should be loaded within this component. | A url of the JSON form. | false |
|
reference | If the values saved should be a reference to the actual data object where if the underlying submission is changed, then this record is changed as well. | boolean |
false |
false |
form | The Form ID of the form to load. This can be used instead of using the src parameter |
Form ID | false |
Display Users submitted data into a table inside the admin dashboard?