I've written a
HTML form that allows church members to critique themselves in several areas and score from 0 to 5 for each question. I'm looking for a script or script sample that will total their responses and allow me to display a screen that gives them suggestions based on the scores. I don't want to email or capture the data, but I do want the user to be able to print their results to their local printer.
I've looked at a LOT of scripts here, but they're all trying to send the data or total multiple responses (like a poll.)
This was meant to be a PHP learning project for me, but I think I've bitten off a bit more than I can chew.
ANY SUGGESTIONS?