Hi,
Yes the three fields are filled out during registration.
I have amended the code so that it reads the default registration fields and auto populates (I followed the
instructions here
)
My code is now as follows;
document.getElementById('jform_cmc_groups_FNAME').value = document.getElementById('jform_firstname').value;
document.getElementById('jform_cmc_groups_LNAME').value = document.getElementById('jform_lastname').value;
document.getElementById('jform_cmc_groups_EMAIL').value = document.getElementById('jform_email1').value;
The code works perfectly and auto populates the fields, however the Name and Surname are not sent to mailchimp.
I can provide website details if this will help?
Thanks again