Hi GD,
my form that contains arrays is sent on submit by email
the email template has fields like:
Destinations = {Destination}
when receiving the email I see in the body of email:
Destinations = array ( 0 => 'Dest-alfa', 1 => 'Dest-beta', )
how to display this way?
Destinations = Dest-alfa, Dest-beta, )
many thanks
my form that contains arrays is sent on submit by email
the email template has fields like:
Destinations = {Destination}
when receiving the email I see in the body of email:
Destinations = array ( 0 => 'Dest-alfa', 1 => 'Dest-beta', )
how to display this way?
Destinations = Dest-alfa, Dest-beta, )
many thanks