You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I would like to use two form in a page. But I do not know how can call bouncerFormValid two time ?
For example
form id #form1
form id #form2
document.addEventListener('bouncerFormValid', function (event) { var form = event.target; }, false);
The text was updated successfully, but these errors were encountered:
nFnK
changed the title
if Ihave two form
if Ihave two form in a page. How can I use bouncerFormValid ?
Jan 5, 2020
nFnK
changed the title
if Ihave two form in a page. How can I use bouncerFormValid ?
if I have two form in a page. How can I use bouncerFormValid ?
Jan 5, 2020
nFnK
changed the title
if I have two form in a page. How can I use bouncerFormValid ?
if I have two form in a page. How can I call bouncerFormValid two times for 2 form?
Jan 5, 2020
Hello,
I would like to use two form in a page. But I do not know how can call bouncerFormValid two time ?
For example
document.addEventListener('bouncerFormValid', function (event) { var form = event.target; }, false);
The text was updated successfully, but these errors were encountered: