Add this HTML code to the field label to create the button -------------------------------------------- Add this JavaScript code to the JavaScript Injector external module $(window).on("load", function () { $('#print-btn').click(function(){ window.print(); }); });