Forums

 
ForumForumMainstream Foru...Mainstream Foru...DevelopersDevelopersSplendidCRM and GravityForms for WPSplendidCRM and GravityForms for WP
Previous Previous
 
Next Next
New Post
 7/9/2012 12:07 PM
 
Hi Splendid Community and Support Team --

First time posting in these forums.  We're new to SplendidCRM and still in our evaluation period.  A question that has come up is how we can create new leads from an existing form.  Our website is powered by WordPress.  The forms on our website are powered by GravityForms for WordPress. 

Recently someone created a plugin (Github) and an associated tutorial on submitting forms built by GravityForms to their SugarCRM install.  I was wondering how applicable this integration would be to SplendidCRM?  It appears his solution includes using the NuSOAP library to communicate with Sugar.  Maybe the plugin is applicable to splendid and would only require a few modifications? 

Anyone with more experience than I able to take a quick look? 

Thanks,
Ben
New Post
 7/9/2012 10:14 PM
 
SplendidCRM is similar to SugarCRM in that we provide a landing page ~/Leads/WebToLeadCapture.aspx where you can submit web form data. The field names in the web form must match the field names in the Leads module.

SplendidCRM also as a SOAP library that is very similar to SugarCRM, so you could use the same approach, maybe even the same code. Just note that SplendidCRM files end in ASPX or ASMX instead of PHP.

We also have a REST API, you you want follow that approach.
Previous Previous
 
Next Next
ForumForumMainstream Foru...Mainstream Foru...DevelopersDevelopersSplendidCRM and GravityForms for WPSplendidCRM and GravityForms for WP