Substitution tag error
Posted: Sun Jan 22, 2023 6:54 am
Script URL: https://help.covenantepc.org/
Version of script: 3.4.2
Hosting company: Digital Ocean
URL of phpinfo.php: https://help.covenantepc.org/phpinfo.php
URL of session_test.php: https://help.covenantepc.org/session_test.php
What terms did you try when SEARCHING for a solution: substitution tag template
Write your message below:
The %%FIRST_NAME%% tag is not being substituted correctly in the reset_password.txt email templates. The %%NAME%% tag works correctly, but %%FIRST_NAME%% is passed through into the email without being substituted. This happens for both the text & html templates. Here's a snippet from the email as sent:
The mfa_verification.txt templates have a similar problem. In this case the %%FIRST_NAME%% tag is not substituted (same as above), but the %%NAME%% tag is substituted with just the first name.
Also, the editing pages for these 2 templates show all of the ticket specific substutution tags as available. On most of the other template pages only the relevant tags are shown.
Thanks,
--Bill
Version of script: 3.4.2
Hosting company: Digital Ocean
URL of phpinfo.php: https://help.covenantepc.org/phpinfo.php
URL of session_test.php: https://help.covenantepc.org/session_test.php
What terms did you try when SEARCHING for a solution: substitution tag template
Write your message below:
The %%FIRST_NAME%% tag is not being substituted correctly in the reset_password.txt email templates. The %%NAME%% tag works correctly, but %%FIRST_NAME%% is passed through into the email without being substituted. This happens for both the text & html templates. Here's a snippet from the email as sent:
Code: Select all
Content-Transfer-Encoding: quoted-printable
%%FIRST_NAME%%,
We were told that you forgot your help desk password. It happens to every=
one!
Also, the editing pages for these 2 templates show all of the ticket specific substutution tags as available. On most of the other template pages only the relevant tags are shown.
Thanks,
--Bill