Setting "Marketing = Yes" in CRM upon webform submission
SOLVE
Is there a simple method to have contact records in the CRM set as "marketing" leads automatically upon submission of a webform? Sorry for what may be an uninformed or simple question.
We're using Sales Hub and collecting all leads -- sales, general info, newsletter subs -- into the CRM. My question is specifically related to newsletter submissions. Ideally we'd like to have every newsletter subscription be automatically set as "accepting marketing" in the CRM. As it appears now, we need to sort through new records, determine which are newsletter subscribers and then manually set them to "marketing = yes." Is there a way to pass some variable through our Wordpress webform that would remove this manual process?
Setting "Marketing = Yes" in CRM upon webform submission
SOLVE
Sorry for my lack of clarity. We are collecting all our contacts in the Hubspot CRM and segmenting that dbase into a variety of subsets/lists, one of which we use to send email newsletters via Hubspot. The form I was referring to collects only email addresses of customers interested in receiving our newsletter and is located a Wordpress website and was created with Contact Form 7 (CF7). Though we do have a functionally identical Hubspot form.
That all being said, we solved the issue in the following way.
First, on our Hubspot form, we created a hidden/required checkbox field that's toggled to "yes" by default and which sends newsletter email subs directely to the appropriate segment by setting Hubspot's "Contact Information" option to the name of the list. Then, second -- as there are no available options to insert a hidden field in CF7 -- we created shortcode allowing an identical hidden field to pass the value of "true" into the Hubspot CRM (via CF7 Hubspot Forms Add-on plugin), which toggles that contact to "Yes" in Hubspot's Marketing Email category, thus automatically identifying that contact as a member of our newsletter subscription segment.
Setting "Marketing = Yes" in CRM upon webform submission
SOLVE
Sorry for my lack of clarity. We are collecting all our contacts in the Hubspot CRM and segmenting that dbase into a variety of subsets/lists, one of which we use to send email newsletters via Hubspot. The form I was referring to collects only email addresses of customers interested in receiving our newsletter and is located a Wordpress website and was created with Contact Form 7 (CF7). Though we do have a functionally identical Hubspot form.
That all being said, we solved the issue in the following way.
First, on our Hubspot form, we created a hidden/required checkbox field that's toggled to "yes" by default and which sends newsletter email subs directely to the appropriate segment by setting Hubspot's "Contact Information" option to the name of the list. Then, second -- as there are no available options to insert a hidden field in CF7 -- we created shortcode allowing an identical hidden field to pass the value of "true" into the Hubspot CRM (via CF7 Hubspot Forms Add-on plugin), which toggles that contact to "Yes" in Hubspot's Marketing Email category, thus automatically identifying that contact as a member of our newsletter subscription segment.