Marco in custom form layout

lawrence whittemore asked on March 19, 2014 12:56

Is it possible to use macros in a custom form layout. I am trying to create a print link that will open a page that passes the form id in it.

<a href="~\application-view\{%FormID%}">Link here</a>

Recent Answers


lawrence whittemore answered on March 19, 2014 13:04

{%formRecordID%}

This worked.

0 votesVote for this answer Mark as a Correct answer

Brenden Kehren answered on March 19, 2014 18:22

You're using a querystring macro so be careful that is always available and sanitized. Check out the documentation on macros here.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.