CF7 Multiple checkboxes -> Mailchimp list
-
Hi guys,
For this particular site, things are populating inside mailchimp smoothly. However, we’d like to track more detail.
Please see here:
https://lifeinthepinesco.com/explore-more/When a subscriber selects one of the check boxes, that particular company receives the email.
Here is the CF7 code:
————————
<p>[text* first-name placeholder “First Name*”]</p>
<p>[text* last-name placeholder “Last Name*”]</p>
<p>[email* email placeholder “Email*”]</p>
<p>[text zip-code placeholder "Zip code"]</p>
<p>[mc4wp_checkbox “Sign-up for our newsletter”]</p>
<p>Please indicate which home builder(s) you
are interested in. Check all that apply:</p>
[checkbox* checkbox-549 “Ryland Homes from the upper $300s|[email protected]”
“Shea Homes from the upper $400s – lower $500s|[email protected]”
“TRI Pointe Homes from the upper $500s|[email protected]”]
<p>[captchac captcha-689 size:l]</p>
<p>[captchar captcha-689 placeholder “Enter word verification from above*”]</p>
<p>[submit “Send”]</p>—————————–
We want to send which company was selected of the checkboxes to mailchimp….
How do we do that?
THANK YOU IN ADVANCE!!!!
- The topic ‘CF7 Multiple checkboxes -> Mailchimp list’ is closed to new replies.