Unfortunately, due to Firebase changes, this plugin is no longer working. It never load phone field and in console log it shows err message: “Uncaught Error: Could not find the FirebaseUI widget element on the page.”
Any chance you could fix it?
]]>Hi
Somebody can update this nice plugin as last 2 years there is no update and the wordpress will remove this soon
]]>I need to make the phone field same as the default gravity form phone field, ( to remove the “Enter your phone number” title, the width of the feild, and to align the verify button).
can we do that?
I somehow modify the “firebase-ui-auth.css” but still no changes it front end.
Hi
Currently almost field in Gravity form has the option to avoid duplicate.
But unfortunately this mobile phone filed doesn’t show that option
How to make this mobile field for no duplicate
Thanks
]]>Hello Developer,
Can You Please Help Me How To Store Phone Number Using This Plugin After Verifying The Person Who Submit The Form???
Thanking You In Advance…
Regards…
]]>I have 3 forms in gravity. How can I enable this only in one of them?
]]>Hello, thanks for the plugin… Its a great.
How do i disable the recaptcha from displaying. There is no need for it since i am already verifying my users with their phone number before registering.
]]>can I control using firebase
to reduce cost I need
1- user only to register using phone number and system create username = his phone number after doing verification
2- verification message contains verification code and auto generated password
3- after he verified he can log in and change his password
4- log in will use only phone number as username and password without using sms verification
is that happened using your plugin
regards
Phone Number verification fields not appearing, when we are calling 2 different forms on the same page, only the first form “Phone Number Verification” field appearing. Please help me how to resolve this.
]]>Is it compatible for woocommerce? I want to verify on the checkout page.
]]>Do you provide REST API
]]>Dear Please help why there is no field showing on end of my form
]]>Can I use this plugin in woocommece registeration field to verify phone number
]]>Hi !
Thank you very much for your plugin! I tried to install it on a multisite version but it won’t activate.
The get_option(‘active_plugins’) doesn’t test if GravityForm is activate on the network. So I put a patch in the activation function to take into account this case, here is the code if you could update the plugin accordingly it would be great and surely useful for several users.
The patch that I use :
public function require_gf()
{
if ((is_multisite() && !is_plugin_active_for_network('gravityforms/gravityforms.php')) ||
(!is_multisite() && !in_array('gravityforms/gravityforms.php', apply_filters('active_plugins', get_option('active_plugins'))))) {
add_action(
'admin_notices',
function () {
echo '<div class="error"><p>Sorry, This Addon Requires Gravity forms to be installed and activated.</p></div>';
}
);
deactivate_plugins(GF_FREE_SMS_VERIFICATION_PATH);
if (isset($_GET['activate'])) {
unset($_GET['activate']);
}
}
}
]]>
Hi,
I have installed the plugin and trying to use it in my form. The plugin sent me the verification code and let me proceed to the next section of the form but when I tried to submit the form it gave me an error message saying that there was an issue in verification. Can you please help me out with this?
Hello,
I have configured plugins but it’s not showing any text field.
]]>How To Modify The Default Verification Message Sent To The Mobile? Can You Please Help Me Out… Please…
Regards…
]]>Hello Sir,
Its storing phone nubmer with country code in wordpress database after form submission.Is there any way storing phone number in database without country code ?
Hey, Thanks for your work on the plugin, but when i select ajax form from the form settings it does not load, can you fix that please ?
]]>