Bug reports
Version 3.x > Bug reports > Bizform - Email Field Type not using Input Style View modes: 
User avatar
Member
Member
ken.walpurgis-atalasoft - 12/11/2008 12:23:39 PM
   
Bizform - Email Field Type not using Input Style
When i use an Email Field type for a Bizform field the input style i added is not being used.

I looked at the HTML source that is rendered for the bizform, a div tag is added before the Input tag containing the style i entered.

For the fields of type Text the style tag is applied to the Input tag.

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 12/12/2008 10:16:52 AM
   
RE:Bizform - Email Field Type not using Input Style
Hello,

Email field type is one of Form controls contrary to simple TextBox field. The inline controls are enveloped by <div> because it may not access inside the code of form control.
If you would like to style the form controls directly – e.g <input class=”xxx” … you would need to re-write the code of that form control. Their sources are stored in <web site folder>/CMSFormControls by default.

Best regards,
Helena Grulichova