Customize label name ?

Corporate Registration

#flash.get( "notice" )#
#flash.get( "errors" ).toString()#
Corporate Registration
Please select your own Login ID and Password
Note(*) indicates mandatory field
#html.startForm(action="users.save")# #html.entityFields(entity=prc.users,fieldwrapper="div")# #html.submitButton()# or #html.href(href="users",text="Cancel")# #html.endForm()#

How to customize the entityFields label ?

Just thinking out loud.

You could create a class by creating the same filename. The class should extend the ColdBox HTMLHelper.cfc which is located under \coldbox\system\core\dynamic\HTMLHelper.cfc. Then, you write your customized entityFields method. You also need to somehow change the mapping of HTMLHelper to use yours instead of the original one.