Handlebars Helpers
Form URL
Generates a public form URL during Handlebars substitution. Useful for external submissions, messages, buttons, and form-driven stub workflows.
See also Short URLs for more information on the different types of URLs available.
NOTE
Use the Form Link helper to return a full anchor tag with the Stub URL.
Uses
- Use to create a URL the points to a form action on a stub
Usage
Helper name : formurl
eg.
{{#formurl [stubref] [action_name]}{{/formurl}}
Examples
Example definition:
Substituted definition