Custom Form

Show a custom form connected to a data source

by @pixiebrix

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 Action to perform when the form is submitted
recordId string Unique identifier for the data record. Required if using a database or local 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
disableParentStyles boolean Disable the default/inherited styling for the rendered form

Outputs

Name Required Type Description
No outputs for this brick defined.

Related Tags