I just realized that while using forms, I am duplicating data or the editable field's "label" and "desc" is exactly what I am using on the front end as a label for an input field or description.

I am already taking the editable field's lable and desc to show them on the front end:

Code: Select all
<cms:db_fields masterpage="X.php" names='register_tc_title_0' ><cms:show label /></cms:db_fields>

[Thank you for the support @trendoman]


But I realized that it would be of great use if in the admin panel, you could click on the label or the desc and a pop-up would appear and you could change them.

Is this something that was ever considered or did someone give it a try in some way?