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>
{%formRecordID%}
This worked.
You're using a querystring macro so be careful that is always available and sanitized. Check out the documentation on macros here.
Please, sign in to be able to submit a new answer.