Results 1 to 2 of 2

Thread: Web Form that will Print only select info

  1. #1
    Join Date
    May 2008
    Posts
    1

    Web Form that will Print only select info

    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.

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    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.
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •