radio and ajax [Solved]
radio and ajax [Solved]
Hi, this is my first post.
I have multiple generated radio from PHP each with their own group.
example: Group A has 3 radios, Group B has 2 radios, etc...
For each radios, if clicked, loads a generated form via PHP with a get call.
The problem is, first I clicked the radio number 1 in group A, and a form is displayed below it. The I clicked radio number 2 in group A, and a form is displayed, also below it. BUT the FORM from radio number 1 group Ais not gone.
Any helps? Thanks