ResytechResytech Docs
Waivers

Use the Waiver Editor

How to build a waiver form using the drag-and-drop editor, configure field properties, set conditional logic, and manage waiver-level settings.

The waiver editor is a three-panel drag-and-drop form builder. The left panel contains the component toolbox, the center panel is your form canvas, and the right panel shows the property editor for the currently selected field. Use it to design the exact form your customers will fill out when signing a waiver.

Before you begin

  • You need an existing waiver. If you have not created one yet, see Create a Waiver.
  • Every waiver must include at least one Signer Identity component. The editor will prevent you from saving without one.

Opening the editor

  1. In the sidebar, click Waivers.
  2. Click the waiver you want to edit.
  3. On the waiver detail page, click the Edit button to open the editor.

Building the form

  1. In the left panel (Toolbox), find the component you want to add.
  2. Drag the component from the toolbox onto the center panel (Canvas). Drop it where you want it to appear in the form.
  3. Click a component on the canvas to select it. Its configurable properties appear in the right panel (Property Editor).
  4. Adjust the properties as needed (labels, placeholders, required flags, etc.).
  5. Repeat until your form is complete.
  6. Click Save in the top-right corner.

Available components

The toolbox provides the following components. Each one maps to a specific field type in the signed PDF.

Identity and signature

ComponentDescriptionKey properties
Signer IdentityCaptures the legal name of the person signing. At least one is required per waiver. Supports multiple signers (e.g., parent and minor).Label, Name Format (full, first_last, first_middle_last), Placeholder, Required, Read Only, Visible
SignatureA drawing canvas where the signer provides their handwritten signature.Label, Required, Canvas Width (px), Canvas Height (px), Read Only, Visible
InitialsCaptures signer initials, either drawn or typed. Useful for initialing individual clauses.Label, Input Mode (signed, typed), Required, Read Only, Visible

Text and content

ComponentDescriptionKey properties
TextDisplays static text content such as headings, paragraphs, or legal clauses. Not an input field.Display Text, Font Size, Font Weight (normal, bold, lighter, bolder), Text Alignment (text-left, text-center, text-right), Visible
Rich TextA rich text block with formatting (bold, italic, lists, links). Ideal for lengthy legal language.Content (rich text HTML), Visible
Line BreakA horizontal divider or spacer to visually separate sections.Height, Line Style (solid, dashed, dotted, double, none), Line Color, Width, Visible

Input fields

ComponentDescriptionKey properties
Text InputA single-line text field for short responses.Label, Placeholder, Required, Read Only, Visible
TextareaA multi-line text field for longer responses.Label, Placeholder, Required, Rows, Maximum Length, Read Only, Visible
Email InputAn email address field with built-in validation. Emails captured here are used for sending waiver copies and linking to customer records.Label, Placeholder, Required, Read Only, Visible
Phone InputA phone number field with country code support.Label, Placeholder, Required, Read Only, Visible
Date InputA date picker field.Label, Required, Minimum Date (YYYY-MM-DD), Maximum Date (YYYY-MM-DD), Read Only, Visible
Time InputA time picker field.Label, Required, Step (seconds), Read Only, Visible
Number InputA numeric input with optional min/max/step validation.Label, Placeholder, Required, Minimum Value, Maximum Value, Step, Read Only, Visible

Selection fields

ComponentDescriptionKey properties
CheckboxA single checkbox for consent or agreement statements.Label, Checkbox Text, Required, Read Only, Visible
Select DropdownA dropdown menu for choosing one option from a list.Label, Options (comma-separated), Placeholder, Required, Read Only, Visible
Radio GroupA set of radio buttons for single-choice selection.Label, Options (comma-separated), Layout (vertical, horizontal), Required, Read Only, Visible
Check GridA grid of items with checkboxes and optional notes columns. Useful for equipment checklists or multi-item acknowledgments.Section Label, All Items Required, Checkbox Column Header, Notes Column Header, Grid Items (item list), Read Only, Visible

Editing field properties

  1. Click any field on the canvas to select it.
  2. The right panel displays all configurable properties for that field type.
  3. Edit the Field Name by clicking the name at the top of the property panel. Names must be unique within the waiver.
  4. Toggle Required to make a field mandatory.
  5. Toggle Read Only to lock the field value (useful for pre-filled data).
  6. Toggle Visible to show or hide the field by default.
  7. For Rich Text fields, click the content area to open a full rich text editor modal.
  8. For Select Dropdown, Radio Group, and Check Grid, enter comma-separated options or manage the item list directly.

Conditional logic

You can make any field's visibility or required state depend on the value of another field.

  1. Select the field you want to make conditional.
  2. In the right panel, click Conditional Logic.
  3. Enable conditional logic with the toggle.
  4. Add one or more Rule Groups. Each group contains rules that are combined with AND or OR.
  5. For each rule, select:
    • Source Field -- the field whose value to watch.
    • Operator -- Equals, Not Equals, Contains, Does Not Contain, Greater Than, Less Than, Is Empty, or Is Not Empty.
    • Value -- the value to compare against (not needed for Is Empty / Is Not Empty).
  6. Set the Action -- whether to show/hide the field or make it required/optional when conditions are met.
  7. Save the conditional logic.

Waiver properties

Click the gear icon next to the waiver name in the editor header to open the Waiver Properties modal. These settings control waiver-level behavior.

PropertyDefaultDescription
Waiver Name(set at creation)The display name for this waiver. Must be unique within your location.
ThemeDefault ThemeThe visual theme applied to the customer-facing signing page. Select from your custom themes or use the default.
Append Company LogoOffWhen enabled, your company logo is displayed at the top of the waiver signing page and included in the generated PDF.
Sign on Booking Date OnlyOffWhen enabled, customers who link a booking can only sign the waiver on the calendar date of their reservation. Attempts on other days are blocked with a message.
Email Copy to CustomerOffWhen enabled, a copy of the signed PDF is automatically emailed to the customer after submission. Requires at least one Email Input field on the form to capture the recipient address.
Requires BookingOffWhen enabled, the customer must look up and link a valid booking before they can submit the waiver. Without a booking, submission is blocked.
Capture Signer as CustomerOffWhen enabled, if the signer's email does not match an existing customer record, a new customer is automatically created from the signer's name, email, and phone number. The source is recorded as "waiver".

Deleting a field

  1. Click the field on the canvas to select it.
  2. Press the Delete key on your keyboard. The field is removed immediately.
  3. Alternatively, use the delete action in the property panel if available.

Fields can only be deleted when focus is not inside a text input, textarea, or select element.

Saving the waiver

Click Save in the top-right corner. The editor validates that at least one Signer Identity component exists before saving. If the waiver has unsaved changes and you try to navigate away, a confirmation dialog warns you.

Saving updates both the form layout (field JSON) and the waiver properties (name, theme, settings) in a single request.

Tips

  • Always include a Signer Identity component. It captures the legal name used in the signed PDF and is required for the waiver to be valid.
  • Add an Email Input if you enable "Email Copy to Customer." Without an email field, the system has no address to send the copy to.
  • Use Rich Text for legal clauses. The rich text editor supports bold, italic, lists, and links -- perfect for terms and conditions.
  • Use Checkboxes for individual consent items. Mark them as required so the customer must explicitly agree before submitting.
  • Initials are great for clause-by-clause acknowledgment. Place an Initials component after each major section of your agreement.
  • Test your waiver by opening the customer-facing URL in a private browser window before going live.

On this page