Hello,
We built a list of questions based on the type of the user profile. For instance, A type or B type.
We did it by a radio.
If user selects A, the questions are A1 and A2.
If user selects B, the questions are B1 and B2.
The fact is that if A is selected, and user fills in A1 and A2, then submit. Values A1 and A2 are stored in the mysql table --> This is OK.
When user come back, change his profile, so select B, and fills in B1 and B2, then submit. Values B1 and B2 are stored in the mysql table. --> This is OK too.
If user come back, then select A, A1 and A2 filled in previously are empty.
Is there a solution to keep the values already entered whatever A or B?
Regards
Bertrand