Giter Club home page Giter Club logo

gravityforms-phone-extension's People

Contributors

joehana avatar quentinhayot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

gravityforms-phone-extension's Issues

Nothing happens

Extension installed and activated, but no change in public / admin telephone fields, something else to activate ?

Gravity View Compatible in editing mode

Add the below code to init.js after line 3 for proper compatibility with Gravity View in editing mode

if($form.length===0){
var $form		= $(".gv-edit-entry-wrapper form");
};

Fatal error on activation - Call to undefined method GF_Phone_Extension::enqueue_scripts()

Hey, your plugin seems like exactly what I'm looking for right now. However, upon activation I'm getting a site-breaking fatal error:

Fatal error: Uncaught Error: Call to undefined method GF_Phone_Extension::enqueue_scripts() in /home/vagrant/Sites/bordergab/public/wp-content/plugins/gravityforms/gravityforms.php on line 4586

Any idea what's wrong? I'm using the latest version of Gravity Forms and WP.

Screenshot attached (local dev environment):
gravityforms-phone-extension-error

Limit the country or show only specific country.

Hello,

I used your plugin and its working fine.

But i don't want to show all countries extension. I only want to show some countries in drop-down or only one country.

Is this possible to limit the country or show only specific countries in drop-down? If yes then how we can achieve this?

Rate limit of ipinfo.io

I am getting a 429 error (rate limit) from ipinfo.io.
Adding the ipinfo.io token (free account) will grant 1000 free API calls per day.
not sure if the implementation below would work...

$field.intlTelInput({
		initialCountry: "auto",
		geoIpLookup: function(callback) {
			$.get('//ipinfo.io?token=xxxxxxxxxx', function() {}, "jsonp").always(function(resp) {
				var countryCode = (resp && resp.country) ? resp.country : "";
				callback(countryCode);
			});
		}
	});

Dropdown not displayed on multi-step and alert

Just installed the plugin, everything seems to work fine except the functionality on multi-step forms and on alert (if required field is empty). Is there a solution for that?

Regards

Plugin not working

Is there anything I need to do to get the plugin working besides have a "Phone" (advanced) gravity forms field in my form?

I have a form with the phone field enabled and the addon enabled in my Gravity Forms (by ANEX - 1.2.1 ), but the form still shows the plain phone fields with the international mask. Am I missing something?

Thanks

Display corresponding country code

Hi,

Your plugin is just awesome. Wanted to know if there is any way to display the corresponding country code instead of the flag?

Your help is highly appreciated.

Regards

Dropdown is missing after clicking on multi-step form's previous button

Hello.
I have installed this plugin and everything seems to work fine. But there is a slight issue.

Here's how to reproduce the issue:

  1. Create a multi-step form in 2 steps
  2. Add phone field in the first step
  3. Add another field in the second step
  4. Now, open the form
  5. Fill in the phone field in the first step
  6. Click the next button
  7. Click the prev button

After the steps above, you should see the country flag dropdown is now missing.
Is there a solution for that?

Regards

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.