I learned that how to dynamically add input fields to a form by using jquery append.
My question is: How can read these fields? for example: I want from my visitor to enter a number and I for each number create an input, how read it when I don’t know about name of fields and number of them?
And an important problem is how can I naming them. please help me
I learned that how to dynamically add input fields to a form by using
Share
We can do naming and reading fields that create dynamically
these is your answer:
and in Js:
you and commentators can see it in jsfeedle