Portal Engine Questions on portal engine and web parts.
Version 6.x > Portal Engine > Regarding the biz form dropdown field View modes: 
User avatar
Member
Member
sansugoi_sayounara-hotmail - 2/27/2012 11:44:18 PM
   
Regarding the biz form dropdown field
Hi all,

I have aded a drop down in the form, but I want to add default "Select value" and then all the dropwon values. if user select the select value and click submit then it should display message "Please select a value from the dropdown". currently if user select "Choose" option then it is not displaying any messgae.

please guide me..

Thanks

Sansugoi

User avatar
Kentico Support
Kentico Support
kentico_radekm - 2/28/2012 2:36:20 AM
   
RE:Regarding the biz form dropdown field
Hello.

You can define your drop-down list options like:

1;(Select some value)
2;red
3;green

And user regular expression to check that value must be larger than 1, or you can define it like:

;(Select some value)
2;red
3;green

And write regex to check that the value is a number.

Best Regards,
Radek Macalik