Hi,
Can you please advise where or how can I do an HTTP post to a url with some parameters.
The reason is I would like to have the contact form send an SMS also through our sms gateway.
Regards,
King Julian.
Hi,
Can you please advise where or how can I do an HTTP post to a url with some parameters.
The reason is I would like to have the contact form send an SMS also through our sms gateway.
Regards,
King Julian.
You can realize it by adding "wpcf7_form_action_url" filter (you'll see it in class.php #48).
If you are not familiar with filters, see the plugin API doc.
http://codex.wordpress.org/Plugin_API
You must log in to post.