Not redirected? Go to https://gigant.com.ph/homepage/  
Sign Up

You are already logged out.

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); }); });