When working with the Block List editor, the editor experience is enhancedarrow-up-right by defining a label for the appearance of the Block.
These labels can use Umbraco Flavored Markdown (UFM)arrow-up-right.
An option is available to display a form's name - umbFormName.
umbFormName
It should be rendered as follows, with a reference to the property alias on the block element that uses a form picker.
{umbFormName: <property-alias>}
If you add a reference to a property containing a form to the block's label, it will render with the form's Id.
For example, assuming a property containing a picked form with an alias of contactForm:
contactForm
{=contactForm}
By using the markdown as follows, the form's name will be displayed instead.
{umbFormName: contactForm}
Last updated 4 months ago
Was this helpful?