- 1
I want to click the modal btn ofbootstrap afterform submitonly through js when all the elements of the form are correctly filled
I used onsubmit="return fun()" in form tag in html .fun() return true when all elements are correctly filled .But after correct submission I want to click BTN that will show bootstrap modal
1 Odpowiedź
+ 2
Using Required Attribute