After many attempts and just about to give up I found out how to do it! 😛
Just changed this:
[if pessoas_com_quem_se_relaciona.tipo_de_registo_de_nascimento=”Baptismo”]
Data: {@pessoas_com_quem_se_relaciona.data_do_baptismo}
[/if]
to this:
[if pessoas_com_quem_se_relaciona.tipo_de_registo_de_nascimento=”Baptismo”]
Data: {@data_do_baptismo}
[/if]
and it worked! (nevertheless if someone knows why this works I would love to hear about it)
HI Paul,
Thank you so much for the quick reply. I must say that i am fairly new to this and my coding skills are limited.
‘relative’ being a child post, should not inherit the ID of the parent post, and through this ID be able to refer to said parent post?
I apologize if my questions seem a bit silly but I am not a pro in this subject.