I did it like mentioned...
$inputfield->setLabel('whatever');
now the problem is that in the html i get this
<label class='ISdan IStxt required'...
I only set it to be IStxt.
The ISdan and required it got from the inputfield itself. why is that? i only need it to be class='IStxt' or it wont show right.
help please
|