How to add the module specific class to input tag? CMSMS 1.7.1

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Duketown

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

Post 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
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12709
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

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

Post by Dr.CSS »

I add classes to the fields when I make them, sometimes 2 classes when I make a form...
Post Reply

Return to “Developers Discussion”