the number should be encoded with urlencode in the send_sms function of class Contact_Form_Sms_Integration_abn_Functions
solution:
public function send_sms($phone, $message)
{
$message = urlencode($message);
$phone = urlencode($phone);
$link = get_option(Contact_FormSI_DB_SLUG . ‘api_urls’, ”);
if (!empty($link)) {
$link = str_replace(array(‘{MOBILENUMBER}’, ‘{MESSAGE}’), array($phone, $message), $link);
$response = wp_remote_get($link);
return $response;
}
return false;
}
this would help with error cause when making a call request to send sms to international numbers using
so api using E.164 international standard to verify numbers wouldn’t have error
bacause if the number is not url-encoded the sms api wouldn’t read the + sign
Activating wp-debug on WP, I find some errors from your plugin:
Details:
PHP Notice: Undefined variable: response in /mysite.url/httpdocs/wp-content/plugins/contact-form-sms-integration/includes/common-class-plugin-functions.php on line 66
PHP Notice: Undefined variable: response in /mysite.url/httpdocs/wp-content/plugins/contact-form-sms-integration/includes/common-class-plugin-functions.php on line 80
Configuration:
PHP ver: 7.3.21
Wordpress ver: 5.5.1
ContactForm7 ver: 5.2.2
Contact Form SMS integration – ALL BULK SMS ver: 1.1
Hi
Is it works in australia?
]]>Why the plugin save the data in a json format to unique field?
Why not in a own table?
I’m trying to find a way to send results of this Contact 7 form to my phone.
The publisher of the theme suggested (https://www.ads-software.com/plugins/contact-form-sms-integration/) but it appears not to support USA phone numbers? Possibly, I’m setting it up incorrectly as I don’t see anything about this on the site?
Any help on this issue is greatly appreciated!
]]>Hi, Is, this plugin can support SandeshLive Bulk SMS Gateway ?
]]>Hello,
Plunging not working with contact form 7 Version 5.1.3
I am update contact form 7 Version 5.1.3 “Contact Form 7 SMS Integration” Not working
Please suggest.
Thanks
Md Shahid
give an error with error API06 : Please enter 10 digit mobile number. If we add 10 digit number than also give this error.
]]>I have client in Australia who wants to implement this feature. Will it work outside india?
]]>What are the most common reasons why the sms will not get sent? I have installed it and tested it several times using a correct mail tag from my list and it’s not sending.
** I also noticed that there are no replies to anyone’s questions in this plugins support…is there a valid reason for this?
Thank you ahead of time!
]]>I had Use This Plugin but I got Error as Below
“error API08 : Templates Mismatch”
And Also Not Getting SMS in My Mobile
Please Help
]]>I am send sms using Contact Form 7 SMS Integration plugin i would like to change date format from yyyy/mm/dd to dd/mm/yyyy
]]>After form submissin i am recieving mail as well as sms..but not displaying success message a form..It stands on loading image. can you please resolve??
]]>Hi,
How do you get an API for this plugin to work?
]]>