FormBuilder not assigning CSS class?
Posted: Tue Aug 11, 2009 1:39 pm
Using FormBuilder 0.5.11
Seems like I'm doing everything I'm supposed to, but there's no class="myclass" being added to the FormBuilder input element...
I've assigned a value to "CSS Class for this field:" on the Advanced Settings tab for the field.
I'm displaying the input element using:
{$name_last->input}
in the Form Template.
The resulting HTML is:
Shouldn't the result look like:
It's not picking up my CSS styling since there's no CSS class being defined. Am I missing something obvious here?
Thanks in advance!
Seems like I'm doing everything I'm supposed to, but there's no class="myclass" being added to the FormBuilder input element...
I've assigned a value to "CSS Class for this field:" on the Advanced Settings tab for the field.
I'm displaying the input element using:
{$name_last->input}
in the Form Template.
The resulting HTML is:
Shouldn't the result look like:
It's not picking up my CSS styling since there's no CSS class being defined. Am I missing something obvious here?
Thanks in advance!