Mailout registration form doesn't work (Mailchimp)

Hi all,

I’ve customized a mailout form for that page: https://www.naturheilpraxis-elkezoller.de/selbsthilfeplan-fuer-heuschnupfen-mit-fussreflexzonenmassage/

After filling out the lines with a correct mail address, the form information won’t get forwarded to mailchimp. Furthermore the whole opt-in process doesn’t start working.

The following code has been embedded. Did I do any mistake?

    <input type="text" name="tco_subscribe_form[full-name]" id="tco_subscribe_form_full_name" placeholder="Name" style="outline: none;">

    <input type="email" name="tco_subscribe_form[email]" id="tco_subscribe_form_email" placeholder="Email" required="">
</p>

<p>
<label>
    <input name="AGREE_TO_TERMS" type="checkbox" value="1" required=""> <a href="https://www.naturheilpraxis-elkezoller.de/datenschutz/" target="_blank">Ich habe die Datenschutzbestimmungen gelesen und erkenne diese ausdrücklich an.</a>
</label>
</p>

<p >
<input class="submit x-btn x-btn-flat x-btn-rounded" type="submit" value="Jetzt eintragen" />
</p>

Regards
Max

Hi Max,

Thanks for reaching out.

It seems you have embedded a code given by Mailchimp, for that, I recommend contacting them about the issue especially seems it’s incomplete, there is no script that allows submission nor form’s action attribute.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.