Skip to content
Log in

Accept Invitation Form - Liquid Form Reference

On this page

Usage

liquid {% form "accept-invitation" %} <!-- Form fields here --> {% endform %}

Property Value
Form Name accept-invitation
Category Accounts

Fields

Field Name Description
password Password
password_confirmation Password Confirmation
campaign_ids Campaign Ids

Form Object

Inside the form block, you can access the form object which provides:

  • form.errors — Any validation errors after submission
  • form.fields — Array of form field objects, each with name, value, errors, and required

Was this article helpful?

Was this article helpful?