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:
​
Use instead {data.join:myfield} !
​
bye
maxx
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.