I have added the the below email template:
I then added the below php code to the Custom Code after save in Form Properties :
When I save the record a popup saying Unknown email template! appears! I have checked zzzzsys_email_template and the email template exists.
Any ideas?
Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Email Templates Topic is solved
-
- nuBuilder Team
- Posts: 4565
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 529 times
- Contact:
Re: Email Templates
Try passing the language (in your case blank) and the group code too:
Code: Select all
nuGetEmailTemplateData("example_template", '','TEST');