panoply / mcsub

🍔 McSub (MailChimp Subscription) – An ES6 client side implementation for MailChimp subscribe forms.
13 stars 4 forks source link

First name, last name #6

Open Gloosecap opened 4 years ago

Gloosecap commented 4 years ago

Hi - great script. When I add first name and last name to the form:

<input type="text" value="" name="FNAME" class="uk-input" id="mce-FNAME">
<input type="text" value="" name="LNAME" class="uk-input" id="mce-LNAME">
<input type="email" name="EMAIL" class="uk-input" placeholder="Enter Email address" autocomplete="off">

It sends the data to Mailchimp, but the name "John White" appears like this:

Johnu=06bab4b351b7e32f0496914e3 Whiteu=06bab4b351b7e32f0496914e3

Any ideas why?

Thanks

panoply commented 4 years ago

Hey @Gloosecap not really sure, I'm mostly likely going to archive this project as I no longer use Mailchimp and don't plan for ongoing support for this script.