I upgraded to ChronoForms V3.1 RC5.5 and it seems this introduced a new problem.
My form has several check boxes. E.g.:
<input type="checkbox" name="hulp_opruimen_donderdag" value="ja" tabindex="53">
In the mail sent by chronoform this used to be printed as follows:
if checkbox was selected: Opruimen donderdag ja
if checkbox wasn't selected: Opruimen donderdag <empty>
(where <empty> means nothing is printed)
now with rc 5.5 the behaviour is as follows:
if checkbox was selected: Opruimen donderdag ja
if checkbox wasn't selected: Opruimen donderdag {hulp_opruimen_donderdag}
i.e. it prints the fieldname between braces (is this a bug or is it because i made a mistake?).
my preferred behaviour would be:
if checkbox was selected: Opruimen donderdag ja
if checkbox wasn't selected: Opruimen donderdag nee
is there a solution to this bug or (better) is there a way to create my preferred behaviour?
Thanks in advance.
My form has several check boxes. E.g.:
<input type="checkbox" name="hulp_opruimen_donderdag" value="ja" tabindex="53">
In the mail sent by chronoform this used to be printed as follows:
if checkbox was selected: Opruimen donderdag ja
if checkbox wasn't selected: Opruimen donderdag <empty>
(where <empty> means nothing is printed)
now with rc 5.5 the behaviour is as follows:
if checkbox was selected: Opruimen donderdag ja
if checkbox wasn't selected: Opruimen donderdag {hulp_opruimen_donderdag}
i.e. it prints the fieldname between braces (is this a bug or is it because i made a mistake?).
my preferred behaviour would be:
if checkbox was selected: Opruimen donderdag ja
if checkbox wasn't selected: Opruimen donderdag nee
is there a solution to this bug or (better) is there a way to create my preferred behaviour?
Thanks in advance.