Add print to custom form item detail page

lawrence whittemore asked on May 12, 2014 07:38

How would I go about adding a print button the the item detail page on a custom form?

Recent Answers


Brenden Kehren answered on May 12, 2014 09:36

Do you have a custom layout? If so, just add the "button in there with the javascript to open the print window.

<a href="javascript:window.print()" class="button" alt="Print this " title="Print This!">Print This!</a>
0 votesVote for this answer Mark as a Correct answer

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