labtecdxmp
Forum Replies Created
-
Hi @wftiffany
Thank you very much for your response. Brilliant I will pass this information on to my colleague to see which route we’d like to explore.
Many thanks,
Labtec
Failing that I’ll uninstall it and go another route.
I thought a plugin was created so people don’t need to hire developers. To use the Top Bar add-on efficiently, you need to be a developer? Wow. Okay.
I think i’ll just look through your main MC4WP Files and see how you process the Select Dropdown.
Thanks.
Thanks for your reply.
So currently there is no way to send Select Option data to Mailchimp? It has to be done by a developer?
Many thanks
Hi Lap,
Thank you for your reply and the code.
When I generate the code for ‘Embedded Forms’ in Mailchimp, it provides me this code for the Select Dropdown
//Add Select field to Mailchimp Bar add_action( 'mctb_before_submit_button', function() { echo '<select name="group[343831]" class="REQ_CSS select-css" id="group[343831]"> <option value="">How do you identify?</option> <option value="16">some option</option> <option value="32">some option 1</option> <option value="64">some option 2</option> <option value="128">some option 3</option> <option value="256">some option 4</option> <option value="512">some option 5</option></select>'; });I’ve added this to Top Bar Form. The ID I used in the ‘interest-id’ is 100% correct.