All about contact forms. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

All about contact forms.

How to make a contact form so that when submit button is clicked then the message will directly be delivered to my mobile phone, without opening any messaging app? Thanks guys for your help...

25th Nov 2017, 6:04 PM
Jitesh Gupta
6 Answers
+ 3
if your mobile network operator propose this service, it's generally free. When the HTML form is submitted, you just have to open URL, something like this HTTP://your_operator .com/... SMS-API.../send?number=...& message=....&key=...
25th Nov 2017, 6:28 PM
S K Lurk //\●●/\\
S K Lurk //\●●/\\ - avatar
+ 2
i cannot understand what you said @S.K.LURK
25th Nov 2017, 6:22 PM
Jitesh Gupta
+ 2
thanks @S.K.LURK
26th Nov 2017, 3:50 AM
Jitesh Gupta
+ 1
yes, sms
25th Nov 2017, 6:09 PM
Jitesh Gupta
0
delivered with an email ? SMS ?
25th Nov 2017, 6:08 PM
S K Lurk //\●●/\\
S K Lurk //\●●/\\ - avatar
0
you have to open a specific URL (API), including the message, and it depends on your operator (offered, if exists). You can subscribe service to a SMS provider too (not free).
25th Nov 2017, 6:13 PM
S K Lurk //\●●/\\
S K Lurk //\●●/\\ - avatar