My site uses Formbuilder for a contact form, and everything works fine except for the pulldown field that I inserted for users to choose a department.
When the submission template includes the following (which is the template Formbuilder generates):
Code: Select all
{if $fld_32 != "" && $fld_32 != "[unspecified]" }<strong>Department</strong>: {$fld_32}<br />{/if}
If I remove the "if" and leave it as
Code: Select all
<strong>Department</strong>: {$fld_32}<br />
Any input would be appreciated.
Thanks