Matrix Version 5.5:
Looking for a keyword to print all forms’ recipient email addresses (To: address) in an asset listing.
Thanks
Matrix Version 5.5:
Looking for a keyword to print all forms’ recipient email addresses (To: address) in an asset listing.
Thanks
You would need to list assets of type Form Contents (should be a direct child of the Custom Form assets) and then use the following keywords (will display as comma-separated strings of emails / asset IDs:
%asset_data_attributes^index:recipient_emails_format^index:value^index:to^implode:,%
%asset_data_attributes^index:recipient_emails_format^index:value^index:to_assetids^implode:,%
In general, %asset_data_attributes%
is a really useful way to find lots of other information about an asset that you might not have a direct keyword to use.