Reputation: 649
I'm working currently on a Services website project, I'm using Wordpress to create the home page and blog.
On the home page, there is a button linked to another page contains a wpfrom to send the services requests to .net CRM system.
how can I send data from this form to a .net system?
Upvotes: 2
Views: 80
Reputation: 497
One way is to make an API call to the .NET server.
Here are the general steps to make a call:
Upvotes: 1