0👍
I you want you can submit the form from your js code instead of using submit
button.
In Jquery it will look like this:
$("#MyForm").submit()
Using that you can control when the form is submitted according to the modal.
Hope it helped.
- [Vuejs]-Display static map with VueLayers
- [Vuejs]-Can users bypass restrictions to certain routes or pages in a vue.js application since all the code is rendered on the client side?
Source:stackexchange.com