Hello,
I require the form field caption to be longer than 45 characters (this limit is set on the db column and all labels end up getting cut off at 45 characters). Can this be made longer in the db - if so how?
Alternately I tried using description in place of caption for the label, but this does not work either. Example instead of _CAPTION I am using _DESCRIPTION, but this does not render any label in the front end form UI
<tr class="f2c_field">
<td width="100" align="left" class="key f2c_field_label" valign="top">{$CP1_PHY_COND_DESCRIPTION}</td>
<td valign="top" class="f2c_field_value">{$CP1_PHY_COND}</td>
</tr>
Thanks
Alex