Help Centre

Instant form registration

Last updated 11 May 2026

Instant form registration lets host platforms pass a viewer's details directly in the form URL. When the parameters are present and the feature is enabled, Money Alive Office skips the registration form entirely, creates the viewer's account, and sends them a passcode. They only need to enter that code to start watching.

How it works

  1. The host constructs a form URL with the viewer's details as query parameters.
  2. Money Alive Office silently registers the viewer (or finds their existing account) and creates the journey.
  3. The viewer is redirected to the passcode challenge screen, where they enter the code sent to their email.
  4. On successful verification they are signed in and the boxset loads.

If anything fails (missing parameters, rate limit exceeded, feature not enabled) the page falls back to the normal registration form.

URL format

Append the viewer's details to the form URL:

https://www.moneyalive.io/forms/{form-slug}?first_name=Jane&surname=Smith&email=jane.smith%40example.com

Parameters

Parameter Description Required
first_name Viewer's first name Yes
surname Viewer's surname Yes
email Viewer's email address Yes
phone Viewer's phone number No

All parameter values should be URL-encoded.

Enabling the feature

Instant form registration must first be enabled at account level by FCX Technologies. Once active, the setting appears on each individual form and can be toggled on or off as needed. Contact us to request activation.

Standard webform

  1. Open Webforms from the left-hand menu.
  2. Click the options button on the right of the form row and choose Settings.
  3. Select Advanced.
  4. Toggle Instant form registration on.

Workflow

  1. Open the workflow in the workflow designer.
  2. Click the options button on the webform step and choose Settings.
  3. Select Advanced.
  4. Toggle Instant form registration on.

Terms & conditions

Viewers who have not yet accepted the current Terms & Conditions are shown a checkbox on the passcode screen before they can proceed. Acceptance is recorded on successful passcode verification. The T&Cs are never bypassed.

Rate limiting

To prevent abuse, instant registration is rate-limited per IP and per email address:

Limit Window
5 attempts per IP address 60 seconds
3 attempts per email address 60 minutes

Requests that exceed these limits fall back to the standard registration form.

Related articles