How to Use
No instructions provided yet. Have questions?
Ask the PixieBrix Community!
Inputs
Name |
Required |
Type |
Description |
schema |
|
object
|
|
storage |
|
multiple
|
|
autoSave |
|
boolean
|
Toggle on to automatically save/submit the form on change. If enabled, form will not display a submit button. |
onSubmit |
|
integration
|
Custom action to perform when the form is submitted |
recordId |
|
string
|
Unique identifier for the data record. Required if using a database for storage |
uiSchema |
|
object
|
|
className |
|
unknown
|
|
stylesheets |
|
array
|
Stylesheets will apply to the form in the order listed here |
submitCaption |
|
string
|
The submit button caption (default='Submit') |
successMessage |
|
string
|
An optional message to display if the form submitted successfully |
postSubmitAction |
|
string
|
Action to perform after the custom onSubmit handler is executed. Save will save the form data, reset will clear the form data |
disableParentStyles |
|
boolean
|
Disable the default/inherited styling for the rendered form |
Outputs
Name |
Required |
Type |
Description |
No outputs for this brick defined. |
Related Tags