Hi,
I have a problem:
how can I make dynamic part of the text of the notification email of the user registration form?
For example, on the notification tab i I wrote the following:
DATI RELATIVI ALLA REGISTRAZIONE AL SITO
Nome utente: {Nome utente:1}
Email: {Email:43}
DATI RELATIVI ALL'ASSOCIAZIONE
Federata: {Federata:8}
Estremi per il pagamento: {Federata:8:value}
Tipo di associazione: {Tipo di associazione :60}
SOCIO INDIVIDUALE
Classe: {Classe:12}
Cognome: {Cognome:13}
Nome: {Nome:14}
Codice Fiscale:{Codice fiscale:15}
Partiva IVA: {Partita IVA:17}
*SOCIO COLLETTIVO
*Classe: {Classe:20}
*Primo rappresentante:{Primo:52:}
.........
*Secondo rappresentante:{Secondo:90:}
.........
*Terzo rappresentante:{Terzo:89:}
.........
*Quarto rappresentante:{Quarto:88:}
..........
*Quinto rappresentante:{Quinto:92:}
...............
Comitati AICQ: {Selezione primo Comitato AICQ:110}, {Selezione secondo Comitato AICQ:111}
I simplified the text of the message.
What I want is that the fields marked with an asterisk are shown according to the choices of a form field, on the e-mail text a show all the fields, but it's incorrect!
Marco