jQuery(document).on('elementor-pro/forms/submit', function(event, formData, $form) { const phoneField = $form.find('#form-field-field_2e00034'); if (phoneField.length) { const value = phoneField.val().trim(); const errorMsg = "Please enter a valid 10-digit mobile number."; // Remove old error if exists $form.find('.phone-error').remove(); // Validate: must be exactly 10 digits if (!/^\d{10}$/.test(value)) { event.preventDefault(); // stop Elementor AJAX phoneField.addClass('elementor-field-error'); // red border // Show error message under field phoneField.after('
' + errorMsg + '
'); return false; } else { phoneField.removeClass('elementor-field-error'); } } });

Why Is Everyone Obsessed with Iced Matcha Latte?

iced matcha latte

Experience Iced Matcha Latte Like Never Before with Kongsi Tea Bar In today’s cafe culture, few drinks manage to bridge the gap between wellness, authenticity, and modern lifestyle trends as successfully as the iced matcha latte.  This vibrant green beverage is not just an Instagram sensation but a deeply rooted Japanese tradition reimagined for contemporary […]