David Carrdcblogdev.hashnode.dev·May 15, 2016How to submit a form with JavaScript by clicking a linkWhen working with forms, to submit them input type=’submit’ or button type=’submit’ are used but in cases when it’s better suited to submit the form with a regular ahref link, this technique can be used. Give the form an id then add a onClick event ...1.2K readsAdd a thoughtful commentNo comments yetBe the first to start the conversation.