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