getting issue in repeater while generating dynamic field
this is my repeater field
I have a select field where users can choose a field type. Based on the selected field type, the form dynamically generates different types of fields. The code successfully generates the fields, but there is an issue when I choose a specific field type (e.g., text field), enter some data into the generated text field, and then choose a different field type from the select field. In this case, the data I entered in the text field before changing the field type is still retained. This issue occurs when the fields are located inside a repeater the code works fine if fields are outside repeater
3 Replies