Hello,
Due to the way WPForms is set up, our plugin can only detect the email address automatically. To sync more fields, you will need to use the example code at https://github.com/ibericode/mc4wp-snippets/blob/master/integrations/send-name-field-from-wpforms.php. This code can be added to the “functions.php” file located inside your active theme folder.
I hope that answers your query. Let us know if you have any further questions.
Hello Harish
Thank you – I really appreciate how quick and helpful you are.
Unfortunately it didn’t work, but I realise it’s because WPForms doesn’t name the fields correctly to align with the field names in Mailchimp, so I will just bypass all of that and use the Mailchimp embedded signup form. Why confuse the issue when it doesn’t work anyway.
Thanks
Karen
Plugin Contributor
Lap
(@lapzor)
Yes, to send in fname and such you need to use that custom code to match the field names that you can see when you inspect the source of the wp form.
Hope that helps. If you have any questions, please let me know!