I'm trying to get a list of text values from a user and I want to be able to let them add as many text fields as they need.
Ex. txtField1 holds Green so the user click on a button to add another field and then txtField2 appears. And so on.
Is there a way to do this without having to reload the page?
Thanks for the help
Ex. txtField1 holds Green so the user click on a button to add another field and then txtField2 appears. And so on.
Is there a way to do this without having to reload the page?
Thanks for the help