CustomForm - Liquid Object Reference

This article requires advanced skills to implement.
Liquid

Description

The CustomForm object represents a form which is used to collect data from users.

ℹ️ Note

This object supports custom data via the data attribute.

Attributes

Attribute Type Description
answers List[CustomFormAnswer] Returns the list of CustomFormAnswers for this CustomForm
display_mode String Returns the display mode for this CustomForm
id String Returns a unique ID for this CustomForm
identifier String Returns the identifier of the CustomForm
item CartItem Returns the CartItem associated with this CustomForm
name String Returns the name of the CustomForm
questions List[CustomFormQuestion] Returns the list of CustomFormQuestions this CustomForm
success_content String Returns the success content of the CustomForm as HTML
success_page Page Returns the success page of the CustomForm
type String Returns the type of the CustomForm