formulize
formulize copied to clipboard
Printable View buttons not properly integrated with multipage form templates
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.
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. :(