I have been searching for days and must be missing something.
I have a bunch of textfields that are generated based on a selection. So sometimes I have 5 fields others 20. (it is a list of names). The user can then add a new one, delete one or I want them to be able to update the name (if it is spelled wrong).
My issue is I don't know how to get the updated data from the specific textfield. I have a link UPDATE next to each text box. I can do it if there is just one textfield, but once I have more than 1 I have no idea how to tell it which one.
The other challenge I am trying to do this without using AJAX, only php.
Used to Generate the textfield " size="40" />