CustomForm - Liquid Object Reference - 1.1.0
Object Name | CustomForm |
Version | 1.1.0 |
Description
The CustomForm object represents a form which is used to collect data from users.
Attributes
Attribute | Type | Description |
---|---|---|
answers | List[CustomFormAnswer] | Returns the list of CustomFormAnswers for this CustomForm |
data | Object | Returns a custom data object for this object |
display_mode | String | Returns the display mode for this CustomForm |
id | String | Returns a unique ID for this CustomForm |
questions | List[CustomFormQuestion] | Returns the list of CustomFormQuestions this CustomForm |
success_content | String | Returns the success content of the CustomForm as HTML |
Objects that return CustomForms
Back to Liquid Reference for 1.1.0
Back to Documentation