Avatar

Not applicable

Hi All,

I have created a dynamic form using livecycle ES2. I am dynamically adding textfields based on the rowcount. on form:docready event i.e. if rowcount has value 5, it will populate 5 textfields on runtime when the form is rendered in browser. When the user enters 5 different values to the dynamic textfields ,only one value is submitted. This is because i have named only one instance of textfield while designing.

Please suggest some ways asap to dynamically change the name of the textfield while we are creating a new instance of the textfield.

Thanks in advance.