butro14
Forum Replies Created
Viewing 2 replies - 1 through 2 (of 2 total)
-
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] MC4WP error submitting formHello,
thank you very much, the question has been resolved for me. I have found another way without the MC4WP plugin. I put the form code in an html block and took the header data from a Mailchimp pre-form and it works fine now.
best regards
TorteForum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] MC4WP error submitting formHello,
I hope I’ve come to the right place. I have the same problem as “felipeseo”. The connection to Mailchimp is ok, I have renamed my fields as in the Mailchimp description.
I have 3 text fields and a radio group with 5 choices. I don’t know what else I can do to solve this problem. Does anyone have any idea what else I can do?Here my custom form code:
<p> <input type="email" name="EMAIL" placeholder="Ihre E-Mail-Adresse" required class="fields_floating" /> <input type="text" name="MERGE1" placeholder="Ihre Vorname" required class="fields_floating" /> <input type="text" name="MERGE2" placeholder="Ihre Nachname" required class="fields_floating" /> </p> <p class="__label_text_color"> <label class="__txt_size_extra">Ich wohne in / bin: </label> <input type="radio" name="MERGE3" placeholder="Einfamilienhaus" required /> <label class="__label_position">EFH</label> <input type="radio" name="MERGE3" placeholder="Mehrfamilienhaus" required /> <label class="__label_position">MFH</label> <input type="radio" name="MERGE3" placeholder="Gewerbe" required /> <label class="__label_position">GEWERBE</label> <input type="radio" name="MERGE3" placeholder="Handwerker" required /> <label class="__label_position">HANDWERKER</label> <input type="radio" name="MERGE3" placeholder="Investor" required /> <label class="__label_position">INVESTOR</label> </p> <p class="__label_text_color"> <label>Datenschutz:<br> Wenn Sie das Formular absenden, erklären Sie sich damit einverstanden, dass Ihre persönlichen Daten zum Zweck der Zusendung eines E-Mail-Newsletters mit Informationen über die Angebote von equatronic verwendet werden. Ihre Daten werden ausschließlich zur Versendung des Newsletters verwendet und nur an unseren E-Mail Marketing-Dienstleister weitergegeben. Sie können Ihre Einwilligung jederzeit widerrufen. </label> </p> <p> <input type="submit" style="border:none;" value="Registrieren" /> </p>
Viewing 2 replies - 1 through 2 (of 2 total)