Implement a multi-value input field where the number of entries is not limited
Is there some way to implement a multi-input field that will take as many phrases as the user wants to enter? Yes, there is — you can add an input field where the user will enter a number, which is the number of extra phrases he/she wants to add. But I’d go with a JavaScript/jQuery … Read more