hi,
let's say in the dynamic form, i have 'x' number of textfields, when user click 'add' button, i will have 'x+1' textfields, this concept also apply on 'delete' button.
then after user key in all the values, and click update, all the values hav to be updated in the database.
if there anyway to do that?
i tried using $textF.$counter for each textfield name, but the values can;t pass into the database
thanz