1. Handlebars Helpers
  2. Public Form Link

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

Parameter Description
1 The stubref to create the URL for
2 The public form action name

eg. {{#public_form_link [stubref] [action_name]}}the text of the anchor{{/public_form_link}}

Examples

Example definition:

loading...

Substituted definition

loading...