Frontend | Backend | Api

Forms\Models\Api\FormRevision

FormRevision

Property Description Returns
activeRevision Check if the revision is the active revision bool
successRedirectTarget Gets success redirect target from settings string
successRedirectMethod Gets success redirect method from settings: get, post, put string
requireCompletedCaptcha Returns if completed captcha (when such input exists) is required to save the submission. If there is a captcha input among submitted steps, every of such has to be completed. Otherwise, the form submission will not be saved. The setting is not used when there is no captcha input. bool
areas Collection
areaGroups Gets the layout area groups Collection
id int
type string
created Date the record was created. DateTime
modified Last modification date for the record. DateTime
form Form
layout Layout
branch RevisionBranch
createdBy User
modifiedBy User
submissions Collection (FormSubmission)
steps Collection (Step)
elements Collection (BaseElement)
settings array
formAreas Collection (FormArea)