By tigrezno on
I have a form with a hidden field like this:
<fieldset><legend>comment-notify-enable-bit</legend><input type="hidden" name="edit[cneb]" value="1" />
The problem is that "comment-notify-enable-bit" is visible as text in the web page!
What can i do?
Comments
Legend / Fieldset
Why are you using a legend/fieldset? You don't need them here, they are used for grouping visible form items in a box.
--
If you have a problem, please search before posting a question.
because of my own module
It's a special configuration bit that is added to the user when it's registered.
I managed to repair it, giving 'title' => '' as parameter, so no legend is generated