[ad_1]
Newbie WordPress developer here.
My client wants to integrate the WordPress forms into BizPlusCRM. I did a quick google search and I found some plugins, but they do not integrate with the CRM I want them to.
Is there any alternative way to achieve the task?
Appreciate your help.
[ad_2]
Personally I would look at removing WordPress from the equation. Your forms are written to the database, write a script that takes that data and writes it to your CRM. Or if you don’t have access to the db, write a script to look for the incoming email when your form is filled out, and write that data to your crm system.
The thing you are looking to do is easy on both sides (the form data and the crm insertion) but if you are looking for specifically WordPress to BizPkusCRM you are either going to have a hard time finding it, or someone will want a lot of money for a plug-in.