Skip to content

SdkForm

actions: FormNode[]


externalId: string


name: string


orgSlug: string


status: "Draft" | "Active" | "Archived"


steps: FormStep[]


submissionUrl: string

Absolute URL of the public submission endpoint. Never send the API key here.


submittable: boolean

Whether submissions will be accepted. false for a Draft or Archived form: the definition is retrievable so you can build against it before publishing, but the public submission endpoint gates on Active and would reject every submission.