Hope someone can start me off in the right direction on how I can achieve the following.

Page1
Within form is a list of 100 questions each with their own checkbox, however the user must select to answer only 10 of these questions. So they select the 10 questions they wish to answer.

Page2
Then display the 10 questions they selected.

I believe this is something straightforward, just i cant get started.

Many thanks for the assistance, as always.

Jon

    put the 100 questions in an array

    page one loop thorough the array the name for each checkbox is the array key.

    page 2 loop through the post\get to grab the 10 checked box and output the question from the array.

      a month later
      dagon wrote:

      put the 100 questions in an array

      page one loop thorough the array the name for each checkbox is the array key.

      page 2 loop through the post\get to grab the 10 checked box and output the question from the array.

      After a long break away from my PC, I'm back and trying to resolve this problem.

      Thanks for your comments, however I am at a lost as to how I could do this. If anyone could show me more examples, would be most appreciated.

      Thanks
      Jon

        Write a Reply...