[ad_1]
Hello !
I need to have a checkbox for permitting to subscribe to the mailpoet newsletter, when people send a contact form.
I’m using :
– Mailpoet Version 3.95.1
– Contact form 7 Version 5.6.2
– Add-on Contact Form 7 – Mailpoet 3 Version 1.3.19
– WordPress 6.0.1.
Do you know a plugin for doing that ? The add-on that I’m using have 3 problems :
– He didn’t updated since more of 1 year…
– I can’t recover the firstname
– New subscribers don’t receive confirmation mail
My CF7 code :
<label> Prénom
[text* prenom placeholder "Votre prénom"] </label>
<label> Nom
[text* your-name placeholder "Votre nom"] </label>
<label> E-mail
[email* your-email placeholder akismet:author_email "Votre e-mail"]
</label>
<label> Téléphone (facultatif)
[tel telephone placeholder "Votre numéro"]
</label>
<label> Objet
[select* objet "Commande" "Problème sur le site" "Expositions" "Autre"]
</label>
<label> Objet personnalisé (facultatif)
[text objet_perso placeholder "L'objet de votre message"]
</label>
<label> Votre message
[textarea* message placeholder "Votre message"]
</label>
[mailpoetsignup mailpoetsignup-382 list:3 "Je souhaite m'inscrire à la newsletter du site"]
[mpconsent mpconsent-363 privacypage:http://www.mywebsite.fr/mentions-legales/ "En vous abonnant, vous acceptez de recevoir nos supports marketing promotionnels et acceptez nos mentions légales {privacypage}. Vous pouvez vous désinscrire à n'importe quel moment."]
[submit "Envoyer"]
Thank you 🙂
- This topic was modified 15 hours, 54 minutes ago by . Reason: Add CF7 code
