Can we duplicate this form?

GreyHead 25 May, 2008
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
This topic is locked and no more replies can be posted.