Skip to content

Generate Form Link Action in HappyFox Workflows

Last updated

This article explains how to use the Generate Form Link action to create a shareable link to a HappyFox Workflows form from within a workflow, with optional prefilled values, metadata, and an expiration date.

Applicable Plans: Available on all plans.

Prerequisites

Available options

Option Description
Form Selects the form to generate a shareable link for. Required. Only forms with shareable access enabled are available for selection.
Prefill Field Values Prefills specific form fields so the person opening the link sees those values already filled in. Optional. Add one or more field-value pairs.
Include Metadata Attaches extra key-value data to the generated link for use in later actions or reporting. Optional. Add one or more key-value pairs.
Allow Multiple Submissions Controls whether the same link can be used to submit the form more than once. Optional toggle; off by default.
Link Expiration Date Sets when the link stops working. Optional. Accepts a specific future date, or a number, which is treated as that many days from now — for example, entering 2 sets the link to expire in two days.

How to use it

  1. Add the Generate Form Link action to your workflow.
  2. Select the form from the Form dropdown.

Note: Only forms with shareable access enabled appear in this list.

  1. To prefill form fields, click + next to Prefill Field Values.
  2. Select the field to prefill from the Field dropdown. The available fields depend on the form you selected in step 2.
  3. Enter the value to prefill into that field in the Value field.
  4. Repeat steps 3–5 to prefill additional fields.
  5. To attach metadata to the link, click + next to Include Metadata.
  6. Enter a name for the metadata field in the Key field.
  7. Enter the corresponding value in the Value field. Use Insert Merge Fields to insert a dynamic value, such as the ticket ID.
  8. Repeat steps 7–9 to add additional metadata pairs.
  9. Toggle Allow Multiple Submissions on if the same link should accept more than one submission.
  10. Enter a date in Link Expiration Date if the link should stop working after a specific date.
  11. Click Save and Test to confirm the action runs as expected.

Once the action runs, its output includes the generated Form Link, along with the Expires At, Expiry Date, and Is Multi Submission values, plus any metadata pairs you defined. The Form Link value is available as a merge field in subsequent actions — for example, to insert the link into an email reply or a chat message.

 

The generated form link is now ready to use in later actions in your workflow. Next, learn how to capture and route the resulting form response data once someone submits the form through this link.