Skip to content

Instantly share code, notes, and snippets.

View developersakibur's full-sized avatar

Developer Sakibur developersakibur

View GitHub Profile
@Qubadi
Qubadi / gist:2e158f1e4d67cccb4d41743bc66ca871
Last active December 13, 2024 02:14
JetFormBuilder: Confirmation popup on form submission
UPDATED: 23.08.2024
Description:
Copy the following JS code and create a JS snippet using your snippet plugins.
Paste the code into the plugin and save it.
I have appended the submit button with a class name called submit_confirm.
The advantage of this class is that it will only affect the form that holds the submit_confirm class and not any other forms,
in case you have many forms.