Frontend | Backend | Api

Forms\Models\Api\Step

Step

Property Description Returns
fileInput Returns whether current step has InputFile. This method can be used to decide whether to add `enctype="multipart/form-data"` to form. bool
submissionsCount Get the number of submissions for this step int
id int
type string
name string
position int
created Date the record was created. DateTime
modified Last modification date for the record. DateTime
revision FormRevision
elements Collection (BaseElement)
settings array