I have set up a long text(formatted text) field in a document type which allow users to pick a biz form from the widget button in the texteditor nav bar. After picking a bizform, it generates a macro like this:
{^widget|(name)BizForm|(BizFormName)MyBizForm|(image_guid)c99e75ad-dce9-4cf0-a561-79e249ffd41c|(widget_displayname)On-line+form^}
My question is how could I execute this marco and display the bizform in a aspx template?
Thank you.