formulize icon indicating copy to clipboard operation
formulize copied to clipboard

Printable View buttons not properly integrated with multipage form templates

Open jegelstaff opened this issue 2 years ago • 1 comments

The printable view text is passed, but the "addSubmitButton" function does not kick in when doing a multipage form rendering, so no printable view buttons are ever shown. This needs to be fixed and the printable view buttons (regular and 'all pages') need to be available as template variables, etc.

jegelstaff avatar Sep 22 '23 16:09 jegelstaff

In the meantime, this code will create a working printable view button:

<input type='button' class='formulize-form-submit-button' value='Printable View' onclick='PrintAllPop();'>

Except! Printable view page does not look very good!! That needs cleanup too. :(

jegelstaff avatar Sep 22 '23 16:09 jegelstaff