1. Handlebars Helpers
  2. Public Form URL

Handlebars Helpers

Public Form URL

Generates a public form URL during Handlebars substitution. Useful for links, buttons, messages, and unauthenticated submission workflows.

See also Public Forms for more information on enabling and configuring public forms.

NOTE

Use the Public Form Link helper to return a full anchor tag with the public form URL.

Uses

  • Use to create a URL that points to a public form action on a stub
  • Use when you need the URL as a plain string instead of an HTML anchor tag

Usage

Helper name : public_form_url

Parameter Description
1 The stubref to create the URL for
2 The public form action name

eg. {{#public_form_url [stubref] [action_name]}}{{/public_form_url}}

Examples

Example definition:

loading...

Substituted definition

loading...