Home › Forums › Quform WordPress › Adding MailChimp subscribers from Quform w/ Groups
- This topic has 20 replies, 3 voices, and was last updated 7 years, 1 month ago by
Harrison.
- AuthorPosts
- April 19, 2017 at 7:57 pm #21146
Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
April 20, 2017 at 7:46 am #21148clearscope
ParticipantHi,
Thank you, but unfortunately we cannot confirm that it is working as we are now getting a popup error when submitting the form, stating “An error occurred submitting the form”. The submissions still seem to go through into the Quform entries, despite the error, but nothing goes into Mailchimp.
Thank you
Attachments:
You must be logged in to view attached files.April 25, 2017 at 9:37 pm #21164Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
May 4, 2017 at 6:16 am #21205clearscope
ParticipantThank you for all of your help in getting this working!
It is greatly appreciated!!!
May 18, 2018 at 6:31 pm #25726Harrison
ParticipantHi Ally,
Would you please share your solution here?
I’m also trying to connect the form with a MailChimp group. Name and email are parsing fine but I can’t get it to parse the group.Basically, I have a Quforn radio button with two options (E-commerce and Crowdfunding).
The group on MailChimp is “Customer type” using the dropdown with E-commerce and Crowdfunding options.Any help is really appreciated.
Thanks.
May 18, 2018 at 8:23 pm #25727Harrison
ParticipantNever mind, I got it working with the code below.
$mergeVars = array(
'NAME' => $form->getValue( 'quform_10_100' ),
'GROUPINGS' => array(
array( 'name' => 'Customer Type', 'groups' => $form->getValue( 'quform_10_102' ) ),
)
);
- AuthorPosts
- You must be logged in to reply to this topic.