I searched the forum and a saw a solution but it's not for chronoforms.
Is there a way that the form can be printed after the user filled it in? I was hoping to find a solution for a printable version.
Thanks!!
Is there a way that the form can be printed after the user filled it in? I was hoping to find a solution for a printable version.
Thanks!!
Hi LikeStuff,
You can output the form content to a modal window or a web page without the template (or with custom CSS) and print from there.
Bob
You can output the form content to a modal window or a web page without the template (or with custom CSS) and print from there.
Bob
I need a bit more guidance please and thanks.
I created the printable css but it automatically changes the entire site to a printable version. I was hoping it would make the page printable when I click on the "print version" link that I created.
Should the CSS go somewhere else? I added the print.css in my template css file.
Thanks in advance!!
I created the printable css but it automatically changes the entire site to a printable version. I was hoping it would make the page printable when I click on the "print version" link that I created.
Should the CSS go somewhere else? I added the print.css in my template css file.
Thanks in advance!!
Hi LikeStuff ,
There's a CSS media setting that you can use to make sure it only applies when you print.
See http://www.w3schools.com/css/css_mediatypes.asp
Bob
There's a CSS media setting that you can use to make sure it only applies when you print.
See http://www.w3schools.com/css/css_mediatypes.asp
Bob
I'm really having a hard time getting a printable version - I know it's mostly because I don't code but I just cannot get my head around how to do it.
I also requested the "Save to PDF" action, which I got, and thank you, but I don't know what code to add to make the pdf work.
http://www.chronoengine.com/forums.html?cont=posts&f=2&t=68813
Does anyone have a solution that works? If so, can you share it please?
Thanks!!
I also requested the "Save to PDF" action, which I got, and thank you, but I don't know what code to add to make the pdf work.
http://www.chronoengine.com/forums.html?cont=posts&f=2&t=68813
Does anyone have a solution that works? If so, can you share it please?
Thanks!!
To elaborate on this a bit more, is there a way to to print only the information that is in the form id? Example, form#chronoform_myform.
This is what I have on my print button.
Thanks!!
This is what I have on my print button.
<a href="#" onClick=" window.print(); return false">Print this page</a>Thanks!!
This topic is locked and no more replies can be posted.
