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
HI Remix,
Please drag a Handle Arrays action into the OnSubmit event and move it up before the Email action.
Bob
Please drag a Handle Arrays action into the OnSubmit event and move it up before the Email action.
Bob
This topic is locked and no more replies can be posted.