I have some rogue input and submit buttons that add new items in a list, I want to prevent them from being submittable when they have nothing in them. They look like this:
<input name="name" placeholder="Application Name">
<button type="submit">Add App</button>
I have a bunch of them, I was wondering if there was some way I could get all of them not to submit when they have nothing in them. Thanks!