SIMPLE CALL BACK "POP-UP" FORM to send a Text Message by API
Budget: $30 – $50 USD
SUMMARY:
(a) When a MOBILE DEVICE visitor to my website https://cheapfastresumes.com clicks on the link that says "Call: 1-800-461-0949", the link will work normally as presently configured (i..e. the cell phone will use the phone dialer to call 1-800-461-0949 in the usual way). No change required.
(b) However, when a PC (Windows/Mac DESKTOP DEVICE) visitor clicks on the same link, a "Please Call Me Immediately" POP-UP FORM that you will create (shown below) will allow him to enter his name and cellphone number. Then, when he clicks the "Call Me Now" button, your script will use API from my "Textmagic" sms provider, to send a TEXT MESSAGE to me (+18332802350)
Here is the API documentation: https://support.textmagic.com/article/configure-api-settings/
(c) Make sure this POP-UP FORM is responsive (adjusts to screen size)
CLICK HERE FOR THE FREE POP-UP BOX CODE: https://codepen.io/colorlib/full/KVoZyv
then click "View in Editor" to copy+paste the html + css
MODIFICATIONS NEEDED:
CHANGE "Colorlib Contact Form" to "Please Call Me Now"
CHANGE "Contact us for custom quote" to "Average Callback Time is 3 Minutes"
KEEP (no change) "Your name"
DELETE "Your Email Address" field (info not needed)
CHANGE "Your phone number" to "Your Cell Number"
DELETE "Your web site" field (info not needed)
CHANGE the BUTTON LABEL "Submit" to "Call Me Now"
SCRIPT ACTION: after the visitor clicks "Call Me Now" button, the following will happen:
(a) BUTTON LABEL changes to: "Thank you! We will call you in 3 minutes."
(b) Your script sends collected form information as a text message FROM "Your cell number" to +18332802350
(must insert +1 in front of "Your cell number")
(c) The only information needed in the outgoing SMS message is "Your Name" (veryshort message to me!)
After I receive this text message, I will then manually call the person back on the phone (your script does not need to do this)
All done!
(a) When a MOBILE DEVICE visitor to my website https://cheapfastresumes.com clicks on the link that says "Call: 1-800-461-0949", the link will work normally as presently configured (i..e. the cell phone will use the phone dialer to call 1-800-461-0949 in the usual way). No change required.
(b) However, when a PC (Windows/Mac DESKTOP DEVICE) visitor clicks on the same link, a "Please Call Me Immediately" POP-UP FORM that you will create (shown below) will allow him to enter his name and cellphone number. Then, when he clicks the "Call Me Now" button, your script will use API from my "Textmagic" sms provider, to send a TEXT MESSAGE to me (+18332802350)
Here is the API documentation: https://support.textmagic.com/article/configure-api-settings/
(c) Make sure this POP-UP FORM is responsive (adjusts to screen size)
CLICK HERE FOR THE FREE POP-UP BOX CODE: https://codepen.io/colorlib/full/KVoZyv
then click "View in Editor" to copy+paste the html + css
MODIFICATIONS NEEDED:
CHANGE "Colorlib Contact Form" to "Please Call Me Now"
CHANGE "Contact us for custom quote" to "Average Callback Time is 3 Minutes"
KEEP (no change) "Your name"
DELETE "Your Email Address" field (info not needed)
CHANGE "Your phone number" to "Your Cell Number"
DELETE "Your web site" field (info not needed)
CHANGE the BUTTON LABEL "Submit" to "Call Me Now"
SCRIPT ACTION: after the visitor clicks "Call Me Now" button, the following will happen:
(a) BUTTON LABEL changes to: "Thank you! We will call you in 3 minutes."
(b) Your script sends collected form information as a text message FROM "Your cell number" to +18332802350
(must insert +1 in front of "Your cell number")
(c) The only information needed in the outgoing SMS message is "Your Name" (veryshort message to me!)
After I receive this text message, I will then manually call the person back on the phone (your script does not need to do this)
All done!