Skip to main content

Applying markdown to formItem labels when populated by workflow

Comments

2 comments

  • Permanently deleted user

    I figured it out...

     

    If the label attribute contains markup, it's value needs to be a json dictionary:

    "label" : {"markdown":"**Title** - *italic description*"}

     

    so i just had to store it like that in my collection items and it works as expected.

    0
  • Permanently deleted user

    Thanks Ryan for sharing the tip.

    0

Please sign in to leave a comment.