Bug reports Found a bug? Post it here please.
Version 4.x > Bug reports > Email field in bizforms View modes: 
User avatar
Member
Member
srizzetto-microgate - 3/11/2009 11:55:22 AM
   
Email field in bizforms
The rendering of the field caption of a field of type email, is rendered as a span instead of label like other types...

eg.

Firstname...<- this is a label
Lastname... <- this is a label
E-mail... <- this is span
Phone...<- this is a label

User avatar
Kentico Developer
Kentico Developer
kentico_martind - 3/12/2009 10:42:50 AM
   
RE:Email field in bizforms
Hi Sandro,

This is caused by there is label and text box (server control) used for firstname, etc., while for E-mail there is user control used. For labels there is associated control (appropriate text box) specified and when associated control is specified .NET automatically generates it as label, while in other case it generates span.

Best Regards,

Martin Dobsicek