Skip to main content
All CollectionsDashboardProducts
How to Create and Format Waivers
How to Create and Format Waivers

A signed waiver protects an organisation from liability for certain actions or events.

L
Written by Lucia Burin Sestakova
Updated over a week ago

A waiver is a legal document that releases an organisation from liability for certain actions or events. By signing a waiver, a customer agrees to give up their right to sue or seek damages for injuries, losses, or damages that may occur as a result of participating in a particular activity or event. Waivers are commonly used in situations where there is a risk of injury or harm, such as sports activities or recreational events.

Create a Waiver

  1. In the Ventrata dashboard, go to Products > Waivers.

    Products - Waivers
  2. Press the + New Waiver button.

    + New Waiver

  3. On the left-hand side of the window, start typing in the ‘Products’ field to assign products to the waiver.

    Products


    📗 TIP

    To make the waiver required, go to the product detail and check the ‘Waiver required’ box.


  4. Add fields for customers to fill in.

    Customer Fields


    📗 TIP

    See Customer Fields below to learn how to add new fields.


  5. On the right-hand side of the window, enter the name of your waiver.

    Name


    📒 NOTE

    If you support multiple languages, enter a name for each language variant.


  6. Fill in what conditions must be fulfilled for the waiver to be accepted, for instance, that each participant must sing the waiver.

    Conditions

  7. Enter the body of your waiver, which is the text that the customers read and sign.

    Body


    📒 NOTE

    If you support multiple languages, each language variant must contain a body text otherwise the waiver cannot be used.


    📗 TIP

    The body text of the waiver is formatted in Markdown. See Formatting the Body Text to learn how to format your waiver in the editor.


  8. Press the Create Waiver button.

Create Waiver


Formatting the Body Text

The body text of the waiver is formatted in Markdown. However, there are additional conventions related to adding and setting up customer fields in the body text.

Switch between the Body and Preview tabs to see how your edits look.

Add Fields

Use the convention below for adding input fields in the body text. Simply replace the field_label with the name of your customer field.

Markdown

Description

Example

-field_label-=__

add a input field

Input Field

-field_label-*=__

add a required input field

Required Input Field

-field_label-=x__

add signature fields

Signature

You can also define a field’s input type, for instance, when providing a date picker or limiting the answer to numbers.

Options include:

Input Type

Description

Example

number

allows only integers, whole numbers

-Age-=__("type":"number")

min / max

defines the lowest / highest acceptable value

-Age-=__("type":"number","min":"18")

date

enables the date picker

-Date-=__("type":"date")

email

address must comply to standard email format [email protected]

-Email_Address-=__("type":"email")

tel

telephone number must comply international format +61283106640

-Telephone_Number-=__("type":"tel")

country

displays a dropdown field with a list of countries

-Country-=__("type":"country")

Additional Formatting

Some HTML formatting is acceptable in Markdown, but there are limitations to its use. You can find out more in this article.

Waiver Example


Customer Fields

Customer fields are input fields that your customers need to fill in. Simply selecting them in this section will not add them to the form. Customer fields must be stated in the waiver body text to be displayed and saved.

📒 NOTE

Only customer fields used in the waiver body text will be saved. Any fields not used in the body text will be discarded after saving the form.

📒 NOTE

If you support multiple languages, each created customer field must be used in every language variant.

Add Ventrata Fields

To add new customer fields, hover over the field editor. You will notice a small downward pointing arrow near the right edge of the frame. Press the arrow and select the field you wish to add from the list of options.

Add Ventrata Customer Field

Add Custom Labels

You have the option to rename Ventrata customer fields. Hover over the field editor and select a Ventrata field. Between the selected field name and the bin to the left, there is enough space to enter your custom field label.

Custom Labels

Create Custom Fields

If you require extra fields not included in the default list of options, you can create your own fields, by simply skipping the selection step. Enter your custom field name in the space reserved for your own customer fields.

📗 TIP

You have the option to create a new customer field by stating it in the body text of the waiver first. Once you save the waiver, the customer field will appear in the list of customer fields, see Formatting the Body Text.

Custom Fields

Export / Import Customer Fields

The waiver UI allows the exporting of your customer fields.

  1. Press the export icon to download the list of customer fields in CSV format.

    Export Customer Fields
    Export

  2. Close the waiver form.

  3. Change the name or add a new field in the ‘Field’ column, and change or add a label (what the customer see) in the ‘Customer Field’.

  4. Save the document as a CSV file.

  5. Re-open the waiver form.

  6. Press the upload icon to upload your changes.

    Upload

  7. Press the Update Waiver button.

    Update Waiver

Did this answer your question?