in reply to Organizing Form Input

It seems to me that you are implying that you are using Javascript to fields to the form, have you considered using Javascript to add the answers to a 'Answer' variable that is associated with a specific question.

Another way of dealing with it is to use AJAX, which is probably a more complicated implementation, but I believe, is more flexible in the way data is sent to the server.

Replies are listed 'Best First'.
Re^2: Organizing Form Input
by Spidy (Chaplain) on Feb 23, 2007 at 19:30 UTC
    While I am planning on using some Javascript to accomplish this, I am also generating the form entries using HTML for users who have javascript disabled. I am seeking a solution that will work for both.