1. Handlebars Helpers
  2. Form Link

Handlebars Helpers

Form Link

Generates an HTML public form link during Handlebars substitution. Useful for messages, emails, webchat responses, and external data collection.

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 that 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...