PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Print Button

  1. William
    Member

    Would love to have an option to add a print button to the form. I would love to se it implemented in two ways.

    * When you first create a form, you could chose to use a print button instead of a Submit button.

    * On the side where you have form fields that can be added to the form you have a field called print. So that you can place a print button on the form any where you want. So that lets say you are creating a form that is using Conditional Logic and if you answer in a specific way the survey is over and you can print out what you have filled out that far.

    Posted 12 years ago on Tuesday February 14, 2012 | Permalink
  2. Yeah, I don't think a print button has wide enough appeal to be added to the core. If you just want to print the page, then you can use the available HTML fields to add your own print button wherever you like.

    <input type="button" value="Print this Page" onclick="window.print(); return false;" />

    You could show/hide the HTML field containing the button with conditional logic to do what you want.

    Posted 12 years ago on Tuesday February 14, 2012 | Permalink
  3. William
    Member

    Thank you, that works great.

    Posted 12 years ago on Tuesday February 14, 2012 | Permalink
  4. Cool. With the HTML fields you can usually pull off a lot of little extras like this. Glad that helped out.

    Posted 12 years ago on Tuesday February 14, 2012 | Permalink

This topic has been resolved and has been closed to new replies.