Contact Us

At ZAMGIST, we value your input and questions.

Feel free to reach out to us anytime.

Get in touch with us:

Have any suggestions? Please message us via WhatsApp @+2348023429251.

Just want to say hello? message us via WhatsApp @+2348023429251.

For inquiries, message us via WhatsApp @+2348023429251.

Connect with us on Facebook and Twitter for updates and engaging content. @ZAMGIST

Customer Support:

Our dedicated support team is available to assist you.

We look forward to hearing from you and working together to make ZAMGIST your go-to platform for expert advice, news, and much more.

Thank you for choosing ZAMGIST!

jQuery(document).ready(function($) { $('#wpforms-form-123').on('submit', function(e) { // Replace 123 with your form ID e.preventDefault(); var phoneNumber = $('input[name="wpforms[fields][0]"]').val(); $.ajax({ url: '', type: 'POST', data: { action: 'verify_payment', wpforms: { fields: [phoneNumber] } }, success: function(response) { if (response.success) { alert(response.data); } else { alert(response.data); } } }); }); });