How to use the filter: yikes-mailchimp-contact-form-7?
-
Hi,
I want to send ALL my contact form 7 forms data to mailchimp, but it seems none of that is working currently.
However, if I use the form as generated with your plugin (and placed via shortcode on a page), the transfer of the form’s data is ok (but oherwise, nothing is happening).
I have learned that I need the filter -> yikes-mailchimp-contact-form-7 in order to transfer ALL my fields (especially the input ones).
The structure of my cf7 forms input fields looks like that:
<div class=”mc-field-group”>
<p><label for=”mce-MMERGE14″><span class=”fa fa-user”></span> Full name:<span style=”color: red; font-weight:bold;”> *</span></label>[text* MMERGE14 your-full_name placeholder “Enter Full Name”]</p><br />
</div>or like:
<div>
<p><label for=”email”><span class=”fa fa-envelope”></span> Email:<span style=”color: red; font-weight:bold;”> *</span></label>[email* email your-email placeholder “Enter Email”]</p><br />
</div><div>
<p><label for=”full_name”><span class=”fa fa-user”></span> Full name:<span style=”color: red; font-weight:bold;”> *</span></label>[text* full_name your-full_name placeholder “Enter Full Name”]</p><br />
</div>Not sure which way is right.
Please show me how to use the filter and what must be on a contact form 7 page as bare minimum to get it work.
Thank you very much
–Rainer
- The topic ‘How to use the filter: yikes-mailchimp-contact-form-7?’ is closed to new replies.