Quick, Easy Job for A Developer

Status
Not open for further replies.

koolkake

Regular Member
Joined
Jul 2, 2014
Messages
250
Reaction score
237
Hi,

I have a wordpress site that's using ContactForm7 to capture lead data.

I have purchased an SMS gateway and I have their api configuration. (Twilio)

All I need to do auto-text someone when they fill out my form. I've just had troubles passing the CF7 data to the SMS api. I can't find how to pass the data.

Add me on skype, or PM, it should be easy money for a dev.
 
If the contact form is using a POST/GET request then all you need to do in the php file (probably) with the api code (if they provided a sample) a $_POST["name"]/$_GET["name"] to retrieve the parameters which you'll then use to send the SMS.
 
If the contact form is using a POST/GET request then all you need to do in the php file (probably) with the api code (if they provided a sample) a $_POST["name"]/$_GET["name"] to retrieve the parameters which you'll then use to send the SMS.

Thanks, but I don't know what the ContactForm7 POST parameter is to capture it.
 
Hit me up on Skype if you still need help with this: i_m_mrblue
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top