The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
printable checklist - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: Installation (https://forums.formtools.org/forumdisplay.php?fid=4) +--- Thread: printable checklist (/showthread.php?tid=2416) |
printable checklist - wbatty - Apr 10th, 2013 Hi. I have a checklist that I would like to make a printable checklist, so the boxes that are checked appear as a list. This checklist changes every week. I know the html code is like this <form action="checklist.php" method="post" id="csnsider"> <input type="submit" value="Printable" /> <input type="reset" value="Clear Form" /> So I need to know how to make checklist.php do the part that creates the printable form (if I'm understanding this right). Thanks! RE: printable checklist - Joe - Apr 11th, 2013 Hi Wbatty, I'm not sure what you mean by printable checklist? Do you want to print out the form that you made or the submissions from the form? Please let us know more details about what you are trying to achieve. Thanks. Cheers, Joe RE: printable checklist - wbatty - Apr 11th, 2013 Thanks for the reply. I co-publish Comic Shop News and we do a weekly checklist of what is due in shops at http://csnsider.com/checklist.html Right now there are check boxes but I've had requests to make it possible that when a user checks the boxes and hits a button that says submit or printable they then are taken to a page that has just the titles they selected. Thanks. (Apr 11th, 2013, 7:39 AM)Joe Wrote: Hi Wbatty, |