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
eg.
{{#public_form_url [stubref] [action_name]}}{{/public_form_url}}
Examples
Example definition:
Substituted definition