Beware of scams If you are being asked to pay a security deposit, or if you are being asked to chat on Telegram, WhatsApp, or another messaging platform, it is likely a scam. Report these projects or contact support for assistance.
jQuery(document).ready(function ($) {
$(document).on('acf/submit', function () {
// Close the ACF form popup (Replace 1111 with your Popup 1 ID)
elementorProFrontend.modules.popup.closePopup({ id: 9800 });
// Wait 500ms and then show the success popup (Replace 2222 with your Popup 2 ID)
setTimeout(function () {
elementorProFrontend.modules.popup.showPopup({ id: 35824 });
}, 500);
});
});