Hi,
I reviewed your post "[2019-09-27 09:35:18 GMT, FTH Developer] More variables have been added for your use in Agenda Emails." To test out all variables, I updated my test file bo be as below. It looks like some variables (FN caps, LN caps, caward, laward, and awards) only work within the scope of generating a name tag, while others might be confined to the scope of an agenda e-mail and/or Basic e-mail setting. Is this the case, where certain variables are only available in specific contexts?
Next, I can't figure out what the nextmtgcount and nextmtgordinal variables represent. When I, in the meeting agenda context, send the field test e-mail, those fields showed nextmtgcount: 127 and nextmtgordinal: 127th. What do "127" and "127th" mean?
It seems that an explanation (including scope) of all available variables would be worthwhile to include in the documentation.
Regards.
<!DOCTYPE html>
<HTML xmlns="
www.w3.org/1999/xhtml
" xml:lang="en" lang="en-us">
<BODY>
<!--
File: FTH Variable Test.html
Author: Arthur L. Farnsworth
Purpose: File to test all of the variables offered by FTH
Created: 10 Jul 2017
Revisions: 31 Aug 2017 Rename file from Name badge test.html
28 Nov 2019 Add remaining variables to test them all
-->
<!--
Print all field names and values
-->
name: {{name}}<BR>
firstname: {{firstname}}<BR>
lastname: {{lastname}}<BR>
FN caps: {{firstnamecaps}}<BR>
LN caps: {{lastnamecaps}}<BR>
namesuffix: {{namesuffix}}<BR>
datejoined: {{datejoined}}<BR>
membersince: {{membersince}}<BR>
officerrole: {{officerrole}}<BR>
emeritus: {{emeritus}}<BR>
clubname: {{clubname}}<BR>
clubnumber: {{clubnumber}}<BR>
caward: {{caward}}<BR>
laward: {{laward}}<BR>
awards: {{awards}}<BR>
<!--
Here are variables added for agenda e-mails
See
support.toastmastersclubs.org/2011-10-23...ed-for-agenda-emails
The first set are Member Variables, which are the name, firstname, lastname, namesuffix, officerrole, and emeritus variables from above.
Next are the Next Meeting Variables
-->
nextmtgtm: {{nextmtgtm}}<BR> <!-- Name of TMOD for next meeting -->
nextmtgttm: {{nextmtgttm}}<BR> <!-- Name of Table Topicsmaster for next meeting -->
nextmtgge: {{nextmtgge}}<BR> <!-- Name of General Evaluator for next meeting -->
nextmtgdate: {{nextmtgdate}}<BR>
nextmtgtime: {{nextmtgtime}}<BR> <!-- Start time of next meeting -->
nextmtgcount: {{nextmtgcount}}<BR>
nextmtgordinal: {{nextmtgordinal}}<BR>
<!--
Lastly, the Club Website Variables. clubname and clubnumber from above are here, as is weburl
-->
weburl: {{weburl}}<BR>
<!--
There are also adminname and adminemail
-->
adminname: {{adminname}}<BR>
adminemail: {{adminemail}}<BR>
</BODY>
</HTML>