Forums

Forums / Developing Portals / Is there any option to Print PortalConnector form data bfore/after submitting the form?

Is there any option to Print PortalConnector form data bfore/after submitting the form?

Thread is closed for posting
2 posts, 1 answered
  1. sandeeproy
    sandeeproy avatar
    8 posts
    Registered:
    03 Nov 2015
    03 Nov 2015
    Link to this post
    Is there any option to print PortalConnector form after submitting the form?
  2. Missing user
    Missing user avatar
    Answered
    03 Nov 2015 in reply to sandeeproy
    Link to this post
    Hello Sandeeproy,

    There is no print option per se. You can create a Review and Print page for the form that you want to print by duplicating both the form and the containing page. Configure the new form to be ReadOnly in the Form Manager on the new page. In the new form set the Submit button's OnClientClick property to "window.print(); return false;" and change its text from Submit to "Print". Replace the Submit button on the original form with the Multi Page Step Buttons widget and configure the Next Page to point to the new page and change the Next/Finish text to read something like "Save & Review". You may want to use a different layout on the print version of the form. You could also add the Page to PDF widget to it for saving or printing the PDF version of the form. 
    Hope this helps.
    Regards,
    Boris
2 posts, 1 answered