Download & Extend

Option to Suppress User Profile Field Comments

Project:Form Block
Version:6.x-1.0
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

Can you consider adding a tick-box to activate/suppress the comments displayed with User Profile Fields.
For a clean/lean registration form block, these should not be shown.

It currently requires customising the theme to "suppress" (zero-size) these (don't want to touch the code for maintainability)

Thanks

Comments

#1

I'd recommend looking into hook_form_alter, or using CSS to clean this up, as it's a bit detailed to put into a general purpose module.