Forms (intake, traveler info, passport)

By System Generated · Updated Jun 10, 2026

Download PDF

Trips Forms is a build-once-share-anywhere data collection surface — agents drag fields onto a canvas, publish, and send the link to clients. Submissions land back on the trip (or as a new inquiry) with the data already parsed and routed: identity fields write to the contact, passport scans land in the encrypted passport vault, signatures stamp a legal-binding audit trail.

Two kinds of form — pick on create

Trips forms come in two shapes, and the difference matters for what happens after the client submits.

Trip-attached

  • Linked to a specific trip when you mint the share link.

  • Submissions land on that trip's Forms tab.

  • Identity fields overwrite the existing contact on the trip.

  • Default link expiry: 14 days.

  • Use for passport collection, pre-trip traveler info, release waivers.

New inquiry

  • Standalone — no trip linked.

  • Submission mints a new contact AND a new trip in the inquiry stage.

  • Embeddable on your marketing site (the public surface allows iframe embed).

  • Default link expiry: 90 days.

  • Use for "Plan my trip" lead forms.

You pick the kind on + New form and it's fixed for the life of that form. Forms also have a lifecycle: Draft → Published → Archived. Drafts have no public link; archiving revokes every live share link in a single action.

Build — drag fields onto the canvas

The form builder is a drag-and-drop canvas. Available field types:

Two settings on most fields matter beyond label and required-flag.

On the form's detail page, click Share to mint a link. For trip-attached forms, pick the trip first — Trips pre-fills the client's existing contact data into the form so they only edit what's stale instead of retyping. The link looks like /f/{token} served from your branded portal host.

You can override expiry at mint time (1 day to 10 years). The same form can have multiple live links — one per trip, one for a different traveler — and you can revoke any one of them individually without taking the form down.

Submit — what the client sees

The client clicks the link and lands on your branded form: agency logo, agency brand color on the submit button, the card background you picked in settings. They fill in answers, drop files into upload fields, sign at the bottom if you put a signature block in.

Two protections run silently before we accept the submission:

Once a signature is captured, the submission row is locked — the client can't come back and edit. That's what makes the audit trail (typed name + signed-at timestamp + IP + user agent) legally meaningful.

Review — submissions land on the trip

Trip-attached submissions show on the trip's Forms tab. New-inquiry submissions create a new trip in your inquiry pipeline (status configurable per form) and a new contact. Open the submission to see every answer, the signature image and audit metadata if signed, and any file uploads.

Uploaded files are already in the right place: passport scans in the contact's encrypted passport vault, other files in the trip's Files tab. See the passport collection workflow for the passport-specific pipeline.

Marketing opt-in fields

Drop a marketing_opt_in checkbox on the form and tag it with one or more audience IDs. When the client ticks the box and submits, Trips snapshots the consent text + timestamp + IP and queues a bridge job to push the client to Marketing as an opted-in subscriber. The snapshot is the legal record; the bridge is async so a Marketing outage never blocks the submission.

Frequently asked

Can I copy a form between agencies (e.g. mine and a host agency's)?

Not today — forms are per-org. You can duplicate within your agency from the form's detail page; cross-org export is a future enhancement.

What happens if the client closes the tab mid-fill?

No autosave. The submission only persists when they click Submit and the server validates successfully. For long forms (passport collection with files), consider splitting into two shorter forms.

Can I email a copy of the response to the client?

The confirmation screen can include a custom headline, body, and CTA button you set per form. The client doesn't get an automatic email copy of their answers; if they need one for their records, ask them to use Print on the confirmation page.

Can I see who opened the form without submitting?

Yes — the share link tracks view_count and last viewed at. The share-link list on the form's detail page surfaces both. You can't see who opened it (the public URL is anonymous until they submit) — only that someone did.

Back to resources Published by UrTravelPro