Hi,
jQuery('#Car2').hide();
As you know it is possible that with above code Car2 named field input in add or edit dialog form can be made invisible.
How caption label of a field input in add or edit dialog form also can be hidden ?
Regards…
2 Answers
hi,
Use firebug or in chrome press f12, then use inspector to select that element and see its ID. you can then hide it as above.
you can also hide compete <tr> to hide both.
Your Answer