jimmyshoes
Programmer
I have been given a dynamic form in javascript which depending on user input sends a number of form variables. For example, if the user enters 3 boxes it sends the following form variables ar_1, ar_2 and ar_3 . If the user enters 4 it sends ar_1, ar_2, ar_3 and ar_4 etc
What I want to do is to create a list out of these values in my action page ( in the same way that a group of checkbox items are rendered as a list of values by the browser) But I'm at a loss as to how to go about this. Any suggestions gratefully accepted
What I want to do is to create a list out of these values in my action page ( in the same way that a group of checkbox items are rendered as a list of values by the browser) But I'm at a loss as to how to go about this. Any suggestions gratefully accepted