This plugin can be used for for easy phone number input in international format with using flags of countries. Consist the option to set country automatically (using client IP) and phone number validation. To start plugin work – you need to activate it and enable “Friendly int. phone field” on your “Phone” field. It’s really simple.
Also check WP WooCommerce version of the plugin here: Link
Features:
Available filters:
add_filter('gfip_prevent_wrong_phone_submit', function ($enabled) { $enabled = true; return $enabled; }, 10, 1); add_filter( 'gfip_success_message', function ($message) { $message = 'Correct!'; return $message; }, 10, 1 ); add_filter( 'gfip_fail_message', function ($message) { $message = 'Incorrect :('; return $message; }, 10, 1 ); add_filter('gfi_show_only_countries', function(){ return ['ua', 'us', 'gb']; }); add_filter('gfi_initial_country', function(){ return 'ua'; }); add_filter('gfi_preferred_countries', function(){ return ['ua', 'gb']; }); v 1.2.3 - 22/02/2025 - Compatibility fixes (+ Orbital theme support) v 1.2.2 - 09/07/2021 - Changed the way of phone validation (from now phone number will be validated on keyup event instead of the blur event) v 1.2.1 - 24/09/2020 - Localization implemented - Ability to prevent form submission without correct phone number[s] v 1.2 - 22/03/2020 - Filters added v 1.1.1 - 02/11/2019 - Bug fix v 1.1 - 12/08/2019 - Multiple forms instances on a single page support added v 1.0 - 07/07/2019 - First stable release
$22 |
Download |
3.8 average based on 4 ratings.
| Last Update | 2025-02-23 |
| Created | 2019-07-08 |
| Sales | 277 |
| Discussion | Comments |
| Compatible Browsers | IE10 IE11 Firefox Safari Opera Chrome Edge |
| Software Version | WordPress 6.7.x WordPress 6.6.x WordPress 6.5.x WordPress 6.4.x WordPress 6.3.x WordPress 6.2.x WordPress 6.1.x WordPress 6.0.x WordPress 5.9.x WordPress 5.8.x WordPress 5.7.x WordPress 5.6.x WordPress 5.5.x WordPress 5.4.x WordPress 5.3.x WordPress 5.2.x WordPress 5.1.x |
| Compatible With | Gravity Forms |
| Gutenberg Optimized | |
| High Resolution | |
| Files Included | JavaScript JS HTML CSS PHP |
| Video Preview Resolution | 1043x600 |