I don't use labels for fields, so I leave the label field empty, I just set placeholders. Meanwhile in the email template I need to display the label of the field. So I go to Template tab and manually write the label. Example:
<tr><td width="30%" valign="top" align="right"><strong>Arrivo</strong></td><td width="70%" valign="top" align="left">{data:arrivo}</td></tr>
"Arrivo" is written by me in the template.
I disable the "Auto generate on form save" parameter and then I save&close the form. When I reopen it, correctly the "Arrivo" is still there and "Auto generate on form save" is unchecked. So I expect that the email sent show me "Arrivo", but it doesn't!
So, I tested filling the label field and this time, "Auto generate on form save" checked and tested again. In this case the email show me the label "Arrivo".
I made another test again, leaving the template as it is, just uncheking "Auto generate on form save" and emptying the label field. The email do not show "Arrivo"
I suppose that this is a bug. Can someone confirm?
<tr><td width="30%" valign="top" align="right"><strong>Arrivo</strong></td><td width="70%" valign="top" align="left">{data:arrivo}</td></tr>
"Arrivo" is written by me in the template.
I disable the "Auto generate on form save" parameter and then I save&close the form. When I reopen it, correctly the "Arrivo" is still there and "Auto generate on form save" is unchecked. So I expect that the email sent show me "Arrivo", but it doesn't!
So, I tested filling the label field and this time, "Auto generate on form save" checked and tested again. In this case the email show me the label "Arrivo".
I made another test again, leaving the template as it is, just uncheking "Auto generate on form save" and emptying the label field. The email do not show "Arrivo"
I suppose that this is a bug. Can someone confirm?