split shortcode with comma in email recipients list

emmexx 19 Oct, 2018
1 Likes
A minor bug.
Email function, Recipient list field (I suppose the problem happens with CC and BCC).
If I put the shortcode {data.join[,]:myfield} in it the parsing command of the recipient list field is run before the parser of the shortcode and the result is:
​
recipient_list = Array(
"{data.join[",
"]myfield}"[br])
🙂
Use instead {data.join:myfield} !
​
bye
maxx
This topic is locked and no more replies can be posted.