Page 2 of 2

Re: How to add the module specific class to input tag? CMSMS

Posted: Wed Feb 02, 2011 9:34 pm
by Duketown
Dr.CSS,

Thanks for the last remark. That worked.
In my template I now have the following:

Code: Select all

<label class="np_label">{$member_lastnametext}</label><div class="required">{$member_lastnameinput}</div>
In my case {$member_lastnameinput} is a input text field.

Duketown

Re: How to add the module specific class to input tag? CMSMS

Posted: Thu Feb 03, 2011 2:22 am
by Dr.CSS
I add classes to the fields when I make them, sometimes 2 classes when I make a form...