planinsur
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Empt fields in Mailchimp dashboard from Contact Form 7No other plugin. My theme is Landio and I use elementor to build the website.
Forum: Plugins
In reply to: [Contact Form 7] Empt fields in Mailchimp dashboard from Contact Form 7My contact form 7 on website is the following:
<label> Nome (obbligatorio) [text* FNAME] </label> <label> Cognome (obbligatorio) [text* LNAME] </label> <label> Società [text AZIENDA] </label> <label> Indica la sezione del RUI a cui appartieni (obbligatorio) [select* TIPOLOGIA "Sezione A - Agenti" "Sezione B - Broker" "Sezione C - Produttori diretti" "Sezione D - Banche, Intermediari finanziari, SIM e Poste Italiane - Divisione servizi di bancoposta" "Sezione E - Collaboratori degli intermediari iscritti nelle sezioni A, B o D"] </label> <label> Hai dei dipendenti? Se si, quanti? [number DIPENDENTI] </label> <label> Hai dei collaboratori? Se si, quanti? [number COLLABORAT] </label> <label> Email (obbligatorio) [email* EMAIL] </label> <label> Recapito telefonico (obbligatorio) [tel* PHONE] </label> <label> [mc4wp_checkbox] </label> [submit "Iscriviti"]
On MailChim, the setting is the following (columns separated by “/”):
Field label and type / Required? / Visible? / Put this tag in your content: / Default merge tag value
Email Address – email / yes / yes/ *|EMAIL|* or *|MERGE0|* / (empty)
First Name – text / no / no / *|FNAME|* or *|MERGE1|* / (empty)
Last Name – text / no / no / *|LNAME|* or *|MERGE2|* / (empty)
Azienda – text / no / no / *|AZIENDA|* or *|MERGE3|* / (empty)
Tipologia – drop down / no / no / *|TIPOLOGIA|* or *|MERGE4|* / (empty)
Sezione A – Agenti
Sezione B – Broker
Sezione C – Produttori diretti
Sezione D – Banche, Intermediari finanziari, SIM e Poste Italiane – Divisione servizi di bancoposta
Sezione E – Collaboratori degli intermediari iscritti nelle sezioni A, B o DDipendenti – number / no / no / *|DIPENDENTI|* or *|MERGE5|* / (empty)
Collaboratori – number / no / no / *|COLLABORAT|* or *|MERGE6|* / (empty)
Telefono – phone / no / no / *|PHONE|* or *|MERGE7|* / (empty)Forum: Plugins
In reply to: [Contact Form 7] Empt fields in Mailchimp dashboard from Contact Form 7oh, I’m sorry, I forgot to write.
https://www.planinsur.itNow only first name (FNAME) and last name (LNAME) is working.
Thanks in advance.