Handlebars Helpers
Public Form Link
Returns a public form link
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