I am not able to select country. And complete country is showing like this please help me to fix this
]]>Hi,
I use your plugin for the first time in other language than English. I’d like to make the countries of the dropdown in the site’s language.
I checked:
– the support forum but no mention of this issue,
– with a browser set to the desired language – countries are still in English,
– the po/mo files – no country list in the translation,
– the pro description – there is no mention for localized country list.
How can I achieve this?
Champdor
The field worked really well before the latest update which has stopped any non-number entry in the field.
The issue is that you can no longer enter a + meaning it is hard to enter an international phone number…
]]>I have a page with two forms in two different popups/modals.
In one popup the country code field is displayed correctly, but in the second popup the field does not appear.
Inspecting the code, I see that the second popup does not generate the html of the field when activated.
The popups are made with the UIKit Modal.
Can you give me a solution to this problem?
Thanks.
]]>Hi! The plugin conflicts with Popup maker. If the flag is visible in the pop-up form, then it is not visible on the page. Should I deactivate popup maker – everything is fine. How to solve this problem? https://informaaa.ru/
]]>Is it possible to update this plugin to use webp flags instead of/in addition to jpg flags? It would make the plugin load a lot quicker and be more efficient. (the Gravitywiz version does this). If you could do this I would be happy to purchase a multisite pro licence
]]>We recently installed an add-on (Smartphone field for Gravity Forms) to Gravity Forms to show the country code + flag on the phone entry box.
It appears to be functioning on the front end, but the data collected isn’t captured in entries.
Also, we integrated Hubspot to collect the data, and the country code doesn’t appear in the Hubspot reports either
]]>Hi, when I go to the page on my phone, the phone field is much smaller than the other fields.
How can I get it full length like the other fields.
Hello,
When I submit letters instead of numbers the country code and flag dissapears. How can I manage this situation in order to keep this two when submitting? The error is showing correct message, the letters remain in the field but those two dissapears. I used this code but no success
$(document).ready(function() {
var phoneField = $('.ginput_container_phone input');
if(phoneField.length) {
var originalCountryCode = '';
var originalFlagClass = '';
phoneField.on('input', function() {
var value = phoneField.val();
var countryCodeMatch = value.match(/^\+\d+/);
var countryCode = countryCodeMatch ? countryCodeMatch[0] : '';
// Save the country code and flag class if it exists
if (countryCode) {
originalCountryCode = countryCode;
originalFlagClass = $('.iti__selected-flag').attr('class');
}
// Remove the country code from the value to process the rest of the input
var numberPart = value.replace(/^\+\d+/, '');
// Set the input value to the original country code plus the rest of the input
phoneField.val((originalCountryCode ? originalCountryCode : '') + numberPart);
// Restore the flag and dial code elements if they are not visible
if (!$('.iti__selected-flag').hasClass('iti__flag') || !$('.iti__selected-dial-code').text()) {
$('.iti__selected-flag').attr('class', originalFlagClass);
$('.iti__selected-dial-code').text(originalCountryCode);
}
// Re-trigger the plugin's validation or refresh method, if available
if (phoneField.intlTelInput) {
phoneField.intlTelInput("setNumber", phoneField.val());
}
});
}
});
]]>
Hi,
I have translated via WPML the error message (“Invalid number”) but I am still getting the English default message instead.
Is there something missing?
Thank you for this great little plugin!
]]>Hi
I am using the plugin and it works fine on normal pages, but when I try to add form in an elementor popup the field doesn’t work.
Need help!
Thanks
smart Phone country dropdown not working on mobile phone
]]>I am Pro version user
when I change my Gravity form theme to Orbital theme, the style stop working for the phone number and not working in good way
Hi
We have installed a plugin “Smart phone field for Gravity Forms”, this shows up the countrycode by default in the form depending on the location but the country code is not getting captured in the Gravity Form Entries. OIt means the Gravity Form is not capturing the country code
Can u plz help us to resolve this plz Form is in this link – https://chantnow.com/signup/
]]>[aria-*]
attributes do not have valid values
div.ginput_container > div.iti > div.iti__flag-container > div.iti__selected-flag<div class=”iti__selected-flag” role=”combobox” aria-controls=”iti-0__country-listbox” aria-owns=”iti-0__country-listbox” aria-expanded=”false” tabindex=”0″ aria-activedescendant=”iti-0__item-us-preferred”>
]]>Hello?@kaisarahmmed,
We are using the Smart Phone Fields v2.1 plugin on “Flag without dial code” setting with International Phone Format (for India).
This causes the phone field to have the country code (+91 in our case) by default (flag auto-selected). Now, if a user submits the form without entering their phone number, the form gets submitted, even if the phone field was made Required.
https://snipboard.io/Zq1EfH.jpg
https://snipboard.io/8B3kCA.jpg
This is causing disruption in the desired functionality. Request a fix asap.
]]>Hello?@kaisarahmmed,
I’m using Smart Phone Fields v2.1 with Gravity Forms v2.6.7, and WordPress v6.2
If we dynamically prepopulate the phone field in GF using query parameters, the Smart Phone Field is not initialized. https://snipboard.io/6OC3Wf.jpg
Interestingly, if I select the country code once from the dropdown, then the plugin works fine thereafter, even with prepopulated fields. https://snipboard.io/0RJusU.jpg
]]>Hello @kaisarahmmed,
I’m using Smart Phone Fields v2.1 with Gravity Forms v2.6.7, Elementor Pro v3.11.7, and WordPress v6.2
It works fine when the form is embedded within a normal page. https://snipboard.io/9gOjkF.jpg
It also shows up correctly in the GF preview form. https://snipboard.io/jgBFIG.jpg
But if I embed the form in a Popup, then the smart field does not show up at all. https://snipboard.io/yus8PA.jpg
I’m using native Popups inside Elementor Pro.
]]>Country code not showing in entries and email after submit form
]]>Do you have any way I can hook into your plugin so I can exclude certain countries?
https://intl-tel-input.com/examples/only-countries.html
We have some countries who we don’t allow to sign up and need to remove them from the dropdown list.
We have a pro licence
I want to translate the error message “Invalid number”
but it doesn’t appear as a string in the code
how can I do it?
Smart phone field is not showing country flags in frontend but showing in preview
]]>Hi,
Is it possible to add bracket symbol on country phone code, can you help me out?
]]>Hello. We’re using your plugin with the “Flag without dial code” options since we need to have the country code submitted with our entries and the instructions tell us to “Choose Flag without dial code for getting country/dial code in notification/entries.”
This appears to work well and shows a “+1” in the phone field for a U.S. geolocated user. The form field will also show a real-time “Invalid number” message when the field is active and a user doesn’t enter a correct phone number.
HOWEVER, the user CAN successfully submit the form with just the country code (only “+1” for example) in the phone field — where they haven’t entered a phone number at all.
Is there a way to fix this issue?
Thanks for your great plugin work & for any assistance that you can provide.
Hi,
The country list dropdown in phone number field is not aligned properly in mobile in the pro version. The .iti-container field is created outside the form in mobile and doesn;t allow user to select country if the form is craeted in popup.
]]>When I choose php8.1 as my php for the site, the plugin stop working, How I can fix that ?
]]>This plugin is outdated because it wont send you the phone contact with the email confirmation. fix it or delete it.
]]>After fill the form, the country phone format doesn’t be sent.
How can i resolve this?
]]>Hi @kaisarahmmed,
Further to the issue I reported on https://www.ads-software.com/support/topic/phone-number-not-captured-in-enrty/; although the setting change suggested there allows the phone number to be captured in the entry, the international country code is not captured. In this example I had selected the UK as the country, which on the form showed +44 correctly as the country code, and confirmed the entry was a valid phone number. However after submission when I view the entry in GF, or the notification email, the country code is not included. That is clearly a bug, if you don’t know which country the phone number refers to you’ll never be able to call the submitter.
The site is WP 6.1.1 en_AU, Gravity forms 2.7.2 and Smart Phone is 1.5.
Please provide a fix for this major deficiency ASAP.
TIA,
Graham
Site running WordPress 6.1.1 en-AU, Gravity Forms 2.7.0.2 with Recaptcha v3, Smart Phone v1.5. The field is configured with Australia as the default country, auto-detection off:
Although the form reports the entered phone number as valid, it is not saved in the entry when I hit submit.
If I disable the smart phone field setting then the value entered is captured correctly.
Please advise what I am doing wrong?
Thanks,
Graham