How to connect Suite CRM to WordPress contact form without making a person form?

Hi all, I am wondering how I could get Contact form submissions on WordPress to also be added to the Leads section in Suite CRM when someone submits a form on my WordPress website? I don’t want to use a Person Form in Suite CRM because I need WordPress submissions to also be visible in my WordPress dashboard as well.

Thanks in advance.

I ended up figuring out how to get data from Wordpress into Suite CRM by using Gravity Forms plugin in Wordpress. In functions.php I used the gform_after_submission hook, created a person form in Suite CRM, then in my gform_after_submission function, I mapped the ID/names of the input fields in the person form to the Gravity forms input fields. More info can be found here in case anyone needed it: https://docs.gravityforms.com/gform_after_submission/

1 Like