I have a form on my website that requires the user to enter data. They are all single line text boxes.
At the bottom of the form I have two buttons, one for Print and one for Submit. The Print button just opens the print dialog box and allows them to print the current page (including the form that was filled out). The Submit button just brings them to a thank you page.
I have a couple questions. Using PHP, HTML, or a javascript...
Is there a way to make the boxes not print around the forms, for example, just have the text print without the box around it?
And also, when hitting the Print button, is there a way to make it hide both the Print and Submit buttons until the print dialog box is closed?
Thanks for you help.