I'm thinking of using a print style sheet to fill out a preprinted paper form. So lets say you had a piece of paper that looked like this:
Name: ________________________
Address: _____________________
City: ________________________
State: _______________________
Zip: _________________________
Favorite ice cream: __________
I would want my webpage (with a print style sheet) to look like this:
John Smith
1 Main St
Springfield
MA
01002
When the user prints the page the information would fill out the paper form, like so:
Name: ___John Smith___________
Address: ___1 Main St_________
City: ___Springfield__________
State: ____MA_________________
Zip: ______01002______________
Favorite ice cream: __________
The reason why we are thinking of doing this is that we already have a large stock of color paper forms that we just want to prefill when possible. We may not have all the information (in the example above we don't have the information about their favorite icecream). So we would want the person we are giving the form to to verify the information we have and add any information that is missing.
Has anyone done this using a print style sheet? Am I just asking for trouble? Should I really just reproduce the entire form in the browser (questions + answers) and print it all out on a blank sheet? Thanks!