I'm trying to figure out how to use the URL below to send SMS messages dynamicaly to users who sign up via a form.
In the form I have:
<input type="tel" name="usrtel">
On form submit I want the value of <input name="usrtel">
(e.i. the users mobilnumber) to be inserted into targetNumbers=
, in the url below, and then execute that url.
https://admin.intouch.no/smsgateway/sendSms?sender=CompanyName&targetNumbers=12345678&sms=Testmessage&userName=foo&password=bar
Documentation on how to use the SMS service can be found at http://bit.ly/TmQ30D
Can anyone please help me figure out how to figure this out?
This is what I got so far: http://jsfiddle.net/iamchriswick/A8Etr/2/