1. Handlebars Helpers
  2. Form Link

Handlebars Helpers

Form Link

Returns a form link

See also Short URLs for more information on the different types of URLs available.

NOTE

Use the Form URL helper to return just the URL without the anchor tag.

Uses

  • Use to create a link the points to a form action on a stub

Usage

Helper name : formlink

Parameter Description
1 The stubref to create the URL for
2 The action name to open the specific action (optional)

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

Examples

Example definition:

loading...

Substituted definition

loading...