Forms API
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-media-url__ | The base URL for submitted files. |
| 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 group.
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-media-url__ | The base URL for submitted files. |
| Form field values are available via __form-[field-name]__ |
|