Using function upicrm_hook($lead_id) to submit to external DB
-
Hi, I have been using function upicrm_hook($lead_id) and getting the form values using $_POST[‘fieldname’].
Within this function, I submit the form values to an external db for CRM purposes.
This works great with using Contact Form 7, but to enable me to use a to use a two step form I have used Ninja form on a new page.
Although the Ninja form is being stored and processed in the same way as the contact form 7 by the UpiCRM plugin the data from the Ninja From is not triggering the data to be inserted into the external DB.
Can you advise on how to use the form values from the Ninja form within the hook and add the data from the ninja form to my external db in the same way I do for the contact form 7?
Many thanks
- The topic ‘Using function upicrm_hook($lead_id) to submit to external DB’ is closed to new replies.