Hi,
I am dynamically generating text fields on press of a button. Each time the user clicks on the button a new text field is added, dynamically increasing the ids of the text fields. I want to fetch the data inserted in the text field by the user. I have used JSON mode to bind it, but I'm not getting the desired values.
Also, whatever user enters in a particular Text field , it changes the values in the other text fields too.
Thanks.