I have a web application where I want the users to be able to create a new document, put some information in it and before they submit it print it out in a nice layout. I have made a css for printing and I´m almost there except that I don´t want the input boxes to be printed, I just want the text in them. How do I do this the best way? I have tried to add fields computed for display but then I need to refresh the whole document before printing it, and it´s quite many fields.
Thanks in advance
Charlotta