When using forms with PHP in particular I have 5 radio buttons which represent 1 of a possible 5 answers to a question. There are 10 questions involved.
As I click the next button to move to the next question I want to record the selected radio button which the operator had selected for the current question before moving to the next question.
My question is that when using forms, do you need to use the ACTION property. My two buttons PREVIOUS and NEXT redisplay the form either decrementing or incrementing the question id.
When I display the next question I cannot seem to get the previous selection. I thought that using forms, the fields are passed as variables.
Can anyone help me please?
Many Thanks