PDA

View Full Version : Web Form that will Print only select info



rshaker90
16 May 2008, 06:50 AM
I figured this might be a good place to start since I've been going crazy trying to get this to work. Basically I'm tring to create a page that you can fillin the information you want (ie. if I have 10 sections you can fill out only sections 1,4,5 & 9 if you want) and when you click submit or print it will send only that data to a new page that will align those sections to be printed. Thanks for any ideas.

Wickham
16 May 2008, 08:24 AM
That's definitely a job for PHP.

You set out a form in the normal way but instead of the action being a mailto to your email the action is to a process.php page which is usually used to send data to a database with a confirmation email but in your case the process would take just the completed input box data and display a new page, either as the form without the empty input boxes or a new layout.

There's a separate board for PHP questions as I can only do the database part.