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 September 5, 2024 12:01
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. Remember to add the submit_confirm class to your respective submit buttons which need to work as pop ups.
This script integrates with JetFormBuilder to add a user-friendly confirmation popup when a