HI all - Hoping you can help.
Wordpress, php etc is still fairly new to me to please be gentle!
I have a simple gravity form (with a dev license) on a site to collect customer / user details.
What I now need to do is that when the user submits the form, the details are sent as a POST request to a specific external URL so that user details are filled in within the clients CRM.
I don't have any idea how to go about doing this? Could someone point me in the right direction please.
If at all possible I don't want the user to visibly leave the website (i.e. don't want them to see or visit the CRM).
I've had a search around the forum and not found exactly what I want, but imagine it has something to do with Query Strings?
Many thanks!
Stef
Below is a little background :
About a year ago I updated and transitioned a simple site to wordpress for a client (www.energymyway.co.uk) which I'd previously built the year before using ModX as its CMS.
My client now employs someone to manage the site, fill in blog posts, and generally add pages and update things.
They've recently has a custom CRM built to help manage customer details and have requested that I update the contct form so that when someone fills in their details the CRM is updates with that info. They have requested that the details are sent via a POST request to a specific URL.