If Else not showing values for fields
-
This:
Data: {@pessoas_com_quem_se_relaciona.data_do_baptismo}
Returns:
Data: 01/01/1911
This:
{@pessoas_com_quem_se_relaciona.tipo_de_registo_de_nascimento}<br>
[if pessoas_com_quem_se_relaciona.tipo_de_registo_de_nascimento="Baptismo"]
Data: {@pessoas_com_quem_se_relaciona.data_do_baptismo}
[/if]
Returns:
Baptismo
Data:Why is the value for ‘pessoas_com_quem_se_relaciona.data_do_baptismo’ not returned when inside an if statement?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘If Else not showing values for fields’ is closed to new replies.