Can we duplicate this form? http://www.mountainfaith.org/love.php
Fill in all the questions an on the response page it adds up the score and ... You'll see.
Thanks
JOhn ><>
Fill in all the questions an on the response page it adds up the score and ... You'll see.
Thanks
JOhn ><>
Hi John,
Sure, it can be done. That form looks as though it's done with some OnSubmit PHP processing to add up the scores and generate an appropriate results page. There are similar forms that work with Java Script to do the processing in the browser.
I'd go with the PHP version. You need to look the results from the $_POST array and compare them with a master set of 'right' answers to get the score, then show a 'Thank You' page with the score and commentary.
Bob
Sure, it can be done. That form looks as though it's done with some OnSubmit PHP processing to add up the scores and generate an appropriate results page. There are similar forms that work with Java Script to do the processing in the browser.
I'd go with the PHP version. You need to look the results from the $_POST array and compare them with a master set of 'right' answers to get the score, then show a 'Thank You' page with the score and commentary.
Bob
This topic is locked and no more replies can be posted.