Optional
abnOptional
attachmentNumber of days attachments are retained for.
Optional
buttons?: FormsListStyles["buttons"]Change properties for certain buttons on the form.
Optional
captchaA reCAPTCHA Site Key.
Required if the form contains a captcha
form element.
Optional
captchaDetermines whether to use checkboxes or invisible recaptcha v2 for captcha elements. Defaults to "CHECKBOX"
Optional
disabled?: booleanWhether the form is currently able to be submitted. False by default.
Optional
handleThe function to call when the user needs to navigate away from the form.
e.g. history.push
Optional
isDetermines whether the form is submittable or not. Info page type forms show a "Done" button instead of a "Submit" button. Defaults to "CALCULATED"
If set to false
, submission will be prevented while offline. If set to
true
, the user will be prompted to allow them to continue with
attachments uploading in the background later.
Optional
isWhether the form is in preview mode. False by default.
Optional
navigableVarious settings for the navigable validation errors notification
Optional
navigationA pixel offset for validation error navigation markers. Use this to
account for any headers your page might have. If not set, we will attempt
to calculate the offset for you. Please note: Calculating this value is
not supported when passing in a scrollableContainerId
.
Optional
scrollableThe HTML Element ID of the scrollable container your form resides in. If not set, will scroll on the window.
The function to call when the user cancels the form
Optional
onThe function to call when the user wishes to save their submission data as a draft submission. If not specified, drafts cannot be saved. See NewDraftSubmission for the structure of the argument.
The function to call when the user submits the form with valid submission data. See NewFormSubmission for the structure of the argument.
Optional
onThe function to call when a user uploads an attachment through an element that allows attachment upload. See uploadAttachment for the structure of the argument and a sample function to be used.
Optional
shouldWhether the form should use a navigable validation errors notification, or a simple validation errors notification
An ABN Lookup Authentication Guid. Required if the form contains a
abn
form element.