Conditional fields do not appear in e-mail
-
Stop sending the content of the conditional field “carreras” (on the page it works well, it adapts to the conditions) in the email and with Advanced CF7 DB or Flamingo the conditional field is not registered, it is left blank.
To form:
[group rio_gallegos]
<div class=”form-group”>
<label> Carrera para la cual se postula
[select* carreras include_blank class:form-control “Gestión Ambiental” “Generación y Redes Eléctricas” “Mantenimiento Industrial” “Geología ” “Construcciones” “Obras Viales” “Gestión y Administración de las Políticas Públicas”] </label>
</div>
[/group]
[group puerto_deseado]
<div class=”form-group”>
<label> Carrera para la cual se postula
[select* carreras include_blank class:form-control “Mantenimiento Industrial” “Geología “] </label>
</div>
[/group]Terms:
show [rio_gallegos] if [sede] equals “Río Gallegos”
show [puerto_deseado] if [sede] equals “Puerto Deseado”It was detected with Advanced CF7 DB, then switched to Flamingo, both were disabled, and it is not logged in email either.
The groups of the form and the conditions are deleted and it starts working.
The field “carreras” stops registering in e-mail.The page I need help with: [log in to see the link]
The topic ‘Conditional fields do not appear in e-mail’ is closed to new replies.