Phone Country Autodetect for Forminator

Deskripsyon

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

Mga Screenshot

  • Plugin settings page with API key field and setup warnings.

Pag-install

  1. Upload the plugin folder to /wp-content/plugins/ or install via WordPress Admin > Plugins > Add New.
  2. Activate the plugin.
  3. Go to Settings > Forminator Phone Autodetect.
  4. (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.

Mga Review

Wala pang reviews para sa plugin na ito.

Mga Contributor at Developer

Ang “Phone Country Autodetect for Forminator” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa plugin na ito.

Mga Contributor

Isalin ang “Phone Country Autodetect for Forminator” sa iyong wika.

Interesado sa development?

Tingnan ang code, i-check ang SVN repository, o mag-subscribe sa development log sa pamamagitan ng RSS.

Changelog

1.0

  • Initial release with country detection and settings page