Phone Country Autodetect for Forminator

설명

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

스크린샷

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

설치

  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.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Phone Country Autodetect for Forminator”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Phone Country Autodetect for Forminator”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0

  • Initial release with country detection and settings page