Page 4 of 4
Re: email template
Posted: Tue Sep 16, 2025 12:19 pm
by kev1n
The access level Id is correct?
Re: email template
Posted: Tue Sep 16, 2025 12:25 pm
by sietwolt
Acceslevel 'vrijwilligers' looks correct :
Screenshot 2025-09-16 at 12-22-30 nuBuilder - vrijwilliger.png
Re: email template
Posted: Tue Sep 16, 2025 12:33 pm
by kev1n
Since you selected Dutch in the template, you also need to pass 'Dutch' into the function
nuGetEmailTemplateData("nu_send_welcome_email","Dutch","vrijwilliger");
Re: email template
Posted: Tue Sep 16, 2025 12:56 pm
by sietwolt
Unbelievable. This is the solution. GREAT. YOU DID IT.
Thanks and sorry for bothering you so much
Re: email template
Posted: Tue Sep 16, 2025 1:55 pm
by sietwolt
One question left.
Debug results give a message " Procedure nu_send_welcome_email - run inside after save of form Nuuser line 704.
Chatgtp : fix $recordID = ff43a45adc2; change it to: $recordID = 'ff43a45adc2';
It is the part of the ID nr of the acceslevel '67e3ff43a45adc2'.
Is this problem known to you?
Re: email template
Posted: Tue Sep 16, 2025 3:16 pm
by kev1n
Just remove the nuDebug() line in your code?
Re: email template
Posted: Tue Sep 16, 2025 3:54 pm
by sietwolt
Indeed. No debugs anymore
Thanks