To preface, I am 100% sure this question has been asked before, but I have no idea how to word it properly to get the search results I need.
The objective is simple. I want a user to be able to input a location on my web page, that will automatically add a location 2 input underneath once you start typing into the first location input.
location: *type here*
\/\/\/\/\/\/\/\/
location: example...
location 2: *type here*
I want the input locations to keep appearing until whatever arbitrary set limit I encode.
Our web app is using HTML, CSS, Javascript, and Perl. So I know there's a few methods to attach this, but I'd like to know the standard/accepted web dev approached
Thanks!
Edit: I suppose I should add I wanted to do this with a html table in a form div.