Handlebars Helpers
Public Form Link
Generates an HTML public form link during Handlebars substitution. Useful for email, chat, notifications, and external data capture.
See also Public Forms for more information on enabling and configuring public forms.
NOTE
Use the Public Form URL helper to return just the URL without the anchor tag.
Uses
- Use to create an HTML link that points to a public form action on a stub
- Use when you want to control the anchor text shown to the user
Usage
Helper name : public_form_link
eg.
{{#public_form_link [stubref] [action_name]}}the text of the anchor{{/public_form_link}}
Examples
Example definition:
Substituted definition