Hi all,
i'm using hook "frm_to_email" to dynamically change some infos of the email.
I need to add custom CCN to the recepients but there aren't infos in the documentation.
https://formidableforms.com/knowledgebase/frm_to_email/
Someone know how to do this?
Thanks
Best regards
You can use a custom shortcode and populate your CC (or BCC) list that way. e.g., fill in the CC field with the shortcode [my-cc-list] and then define the shortcode in a code snippet as follows.
https://connect.formidableforms.com/user-tutorials/custom-shortcode-creation-basic/
Please login or Register to submit your answer