Forms API
Display Mode: None
If no display tag is used, the form specified will be output for the user to complete.
find
The slug of the form.
Example
"find:my-form-slug",
Display Mode: List
A list of responses
show
Tag | Description |
---|---|
__form-submit-date__ | The date of the submission, formatted 'M d, Y' |
__form-submit-time__ | The time of the submission, formatted 'g:ia' |
__form-slug__ | The slug of the form |
__form-submit-link__ | The path to the form response detail page. Formatted /form-slug/response-id/ |
Form field values are available via __form-[field-name]__ |
before_show, after_show
Tag | Description |
---|---|
__form-title__ | The title of the form |
__form-slug__ | The slug of the form |
__pagination__ | Divides the records into smaller groups and provides links to navigate through them |
__records__ | The total number of records |
Display Mode: Detail
The detail page for a specific form.
find
The slug of the form.
show
Tag | Description |
---|---|
__form-submit-date__ | The date of the submission, formatted 'M d, Y' |
__from-submit-time__ | The time of the submission, formatted 'g:ia' |
__form-slug__ | The slug of the form |
__form-submit-link__ | The path to the form response detail page. Formatted /form-slug/response-id/ |
Form field values are available via __form-[field-name]__ |