Description
This lightweight plugin automatically sets the correct country calling code (+44, +49, etc.) in Forminator’s phone field based on the user’s IP address. No manual selection needed β just install, activate, and go!
Perfect for improving user experience and reducing friction on international forms.
Features:
- Detects user IP via Forminator’s built-in methods
- Calls ipapi.co to determine the country calling code
- Supports optional API key (free and paid)
- Adds an admin settings page to manage the key
- Built and maintained by Huseyin Mardinli
Usage
Make sure:
– You’re using the Forminator plugin by WPMU DEV.
– Your phone field is configured with International Format.
– You do not set a default value for the phone field.
Once active, the phone field will automatically be pre-filled with the appropriate international calling code based on the user’s IP.
External services
This plugin connects to the public IP geolocation service ipapi.co to detect the correct phone country calling code based on the visitor’s IP address. It is required to automatically prefill the Forminator phone field with the appropriate country code.
What data is sent and when
– On page load where the Forminator phone field is present (and only when autodetect is enabled), the plugin makes a server-side request to https://ipapi.co/{IP}/country_calling_code/, where {IP} is the visitor’s IP address determined by your site. This request is used to retrieve the international calling code (e.g., +1, +44).
Provider, Terms, and Privacy
– Service: ipapi.co (Kloudend, Inc)
– Terms of Service: https://ipapi.co/terms/
– Privacy Policy: https://ipapi.co/privacy/
Notes
– The request is performed from your server to ipapi.co, and includes the visitor’s IP address in the URL path. ipapi.co may retain standard web server logs as described in their privacy policy.
– If the external service is unavailable or returns an error, the plugin falls back to leaving the field unchanged (or to your configured default, if set).
Author
Developed by Huseyin Mardinli
GitHub: https://github.com/Housma
π Donate: https://www.paypal.com/donate/?hosted_button_id=MDDGA8HUZA4B4
Installation
- Upload the plugin folder to
/wp-content/plugins/or install via WordPress Admin > Plugins > Add New. - Activate the plugin.
- Go to Settings > Forminator Phone Autodetect.
- (Optional) Enter your ipapi.co API key to avoid quota limits.
FAQ
-
Do I need an API key?
-
No, but it’s recommended. Without a key, youβre limited to around 1000 IP lookups per month. You can get a free key from ipapi.co.
-
Does it work with AJAX forms or popups?
-
Yes, as long as Forminator renders the field server-side. Dynamic/AJAX-injected forms may require custom adjustments.
-
What if the location isn’t detected?
-
The field will simply remain empty or use the Forminator default.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Phone Country Autodetect for Forminator” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Phone Country Autodetect for Forminator” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Initial release with country detection and settings page
