I am building a form solely with JavaScript and jQuery. I am unable to connect to any servers, so I am unable to use any PHP script at all.
How to add more and remove textboxes with an "add more"and "x" (for remove) buttons that also increments the ID's so I can capture the individual values associated with each ID and use them later in a variable.
I have seen and tested several working examples of dynamically adding more textboxes but they don't have an incrementing ID
Any suggestions would be very helpful.