-
shrinkkarenAsked on August 29, 2020 01:04 PM
-
Vick Support Team LeadReplied on August 29, 2020 05:31 PM
Hi there,
There are 2 ways that you can do to achieve your requirements.
1. It's possible if your mobile network provider allows it. Simply find your SMS email gateway on the following list: http://en.wikipedia.org/wiki/List_of_SMS_gateways
Then, construct your email address using the following format. You can also find that on the link provided above.
Replacing the number with your mobile number. Example for T Mobile:
Format: 10-digit cell phone number @t-mobile.net
Here's an example: 2221234567@t-mobile.net
After this, simply set this email as your form notification email recipient.
Reference Guide: https://www.jotform.com/help/41-Finding-out-E-mail-Address-used-for-submission-notifications
2. Through Webhook but this requires API from your SMS Provider and a custom PHP script that would send the message after submission.
You can find an example SMS Notification for Webhook here (See example no. 2) https://www.jotform.com/help/248-Webhook-PHP-Script-Examples
Thanks