I want to click the modal btn ofbootstrap afterform submitonly through js when all the elements of the form are correctly filled | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
- 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

22nd May 2022, 12:22 PM
Srishti Jaiswal
Srishti Jaiswal - avatar
1 ответ
+ 2
Using Required Attribute
8th Jul 2022, 6:10 AM
Jibran Abdul Jabbar
Jibran Abdul Jabbar - avatar