Design and CSS styles
Version 5.x > Design and CSS styles > Drop-Down List View modes: 
User avatar
Member
Member
Justin.Waters-brunstad - 6/22/2012 9:45:56 AM
   
Drop-Down List
How can I make a drop-down list within the online form to have an option that allows custom integer entered above 1000?

User avatar
Kentico Consulting
Kentico Consulting
kentico_borisp - 6/22/2012 9:50:40 AM
   
RE:Drop-Down List
Hello,

Could you please be more specific? I am not sure what do you mean. Ab example would be maybe helpful.

Best regards,
Boris Pocatko

User avatar
Member
Member
Justin.Waters-brunstad - 6/25/2012 1:52:05 AM
   
RE:Drop-Down List
We have a form that i used to select a dollar amount. This menu has 3 pre determined amounts and needs to have a option for blank which makes it required for the user to enter amount into text box. The text box and drop menu need to be a part of the same input unless there is another way of doing this.

Justin

User avatar
Kentico Consulting
Kentico Consulting
kentico_borisp - 6/25/2012 3:28:41 AM
   
RE:Drop-Down List
Hello,

In that case you could use a custom form control which would do exactly what you need. You can simply create an ascx control with an input field and a dropdown list. If the user enters some value in the text box, then you would take that value, otherwise the value selected in the dropdown list. For more information on custom form controls please check our documentation.

Best regards,
Boris Pocatko