Jquey Form Question - Regaring Radio Buttons

Actually, I amend a previous statement. At this point, the most important thing is figuring out how to pass the question ID of the selected form. Once I do that, my weeks long nightmare finally ends. I can’t figure out how to do that. I tried:

var qid = $(“#qid”).val();

among other things by using hidden fields/etc.

In other words, if I offer another hidden field for each survey, for question_id, how do I tell jquery to record only the hidden field from a submitted survey? That is the one last thing eluding me and making me ill. Ty

Difficult to know without some sample HTML. Where is this ID stored? An attribute? Some text?