interface Form
@formium/client
An interface for a Formium Form.
Props | Description |
---|---|
actionIds | Array<string> The list of workflows that are sent to on submission Required |
createAt | string The created timestamp Required |
createId | string The created by user id Required |
customerId | string The Customer that the form belongs to Required |
deleteAt | string The deleted timestamp |
deleteId | string The deleted by user id |
id | string unique id of formzzzxcvxzcv Required |
keys | |
name | string The Project-unique name of the form Required |
previewUrl | string The Preview URL of the form. Used by the the dashboard Required |
projectId | string The Project that the form belongs to Required |
redirectUrl | string URL to redirect to on a successful form post |
schema | FormSchema The schema of the Form |
slug | string The Project-unique slug of the form Required |
status | |
submitCount | number The total number of submissions received Required |
submitLayout | |
updateAt | string The updated timestamp Required |
updateId | string The updated by user id Required |
uploadTypes | Array<FormUploadTypes> The types of uploads that are allowed (can be null if no uploads allowed) |
validate |
Build forms, without the tears.
Resources
hello@formium.io — Copyright © 2020 Formium, Inc. All rights reserved.