Show the empty fiedl in view content 47 Postszaliyanna 9 years ago7TopicHi , I'd like to know if I can show the label of empty field in content viewthanks for answer 572 Posts_jrmo 9 years ago6Level 1Hi there,You can. The way I would do it is to use a position override. If you use $cck->RenderField('field_name'); for all of your fields for your Content View, it will show the label even if the value is empty.JamesReplied with tutorial(s):Overriding a Position 47 Postszaliyanna 9 years ago5Level 2thanks jrmo for your answer I 'll try this way 47 Postszaliyanna 9 years ago4Level 3Hello jrmo I tried but It's too heavy because I have more than 70 fields per form and I have more than 4 diffrents forms I'd like to have an better solutionany idea Thanks Octopoos - Mehdi 9 years ago3Level 4 Hi Meriam, I don't understand. Would you like to display the label of a field even when it has no value?What would you like to do that?Regards,Mehdi 47 Postszaliyanna 9 years ago2Level 5HI mehdi Yes that is what I wanna do but I don't want to right another template I need it to know which field are not filled Octopoos - Mehdi 9 years ago1Level 6Hi Meriam,I understand what you want to do but i don't know if it's a right solution to know which field is not filled.Is this feature for you as developer or for a client?You can use a typo plugin html with this configuration : *label* : $cck->renderField('field_name')Regards,Mehdi. 47 Postszaliyanna 9 years ago0Level 7Hi Mehdi thanks for your answer ,If you have a better Idea to know if there are empty fields please give it to me . Thank you