How would I go about adding a print button the the item detail page on a custom form?
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>
Please, sign in to be able to submit a new answer.