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
Any idea how i can use the SweetAlert Dialog in the above code to provide better looking
Confirmation Dialogs without removing the button of type 'submit' ?
The text was updated successfully, but these errors were encountered:
Hi,
Currently in my PHP / HTML / BootStrap form I have a functional plain Javascript Confirmation Dialogs ( Proceed ? - Yes / No ) as follows;
:: JS Code ::
My php form is submitted by a button of type 'submit' and the javascript function by
a class 'confirmProceed' as shown below:
:: PHP Form snippet ::
Any idea how i can use the SweetAlert Dialog in the above code to provide better looking
Confirmation Dialogs without removing the button of type 'submit' ?
The text was updated successfully, but these errors were encountered: