Why are you using text field based on picklist selection?

Why are you using text field based on picklist selection?

Why you are using a text field.What did’t used a picklist data type.If you used picklist data type it is simple getting label values through apex and scontrols (Regarding scontrols check the documentation still i also have doughty it is compiling or not) It’s absolutely possible using an actionSupport control.

How to make custom fields appear based on pick list?

Hi! is there any chance to make a custom field to appear based on a pick list selection?. I have a lead custom layout with the lead source field populated with several options, one of them is Agency. I would like to make a text field appear when this the agency option is selected in order to specify the agency name. Is that posible?

How to display text paragraph based on a picklist in Salesforce?

You will see the grey bar on the side of the text, indicating you are selecting the whole paragraph. The Source will open so you can select the Salesforce field to be the condition. Select the Object and the field. The field API will be populated in the Condition box. Select the equation and add the picklist value you want to compare.

How to show form input fields based on select value?

You have to use val () instead of value () and you have missed starting quote id=dbType” should be id=”dbType” I got its answer. Here is my code

How to enable textbox on dropdownlist change ( selection )?

The DropDownList (HTML SELECT) has been assigned a JavaScript OnChange event handler. When an item (option) is selected in DropDownList (HTML SELECT), the EnableDisableTextBox JavaScript function is executed.

When to enable or disable textbox in jQuery?

The DropDownList (HTML SELECT) has been assigned a jQuery Change event handler. When an item (option) is selected in DropDownList (HTML SELECT), based on whether the Other option (item) is selected, the TextBox will be enabled else disabled. The above code has been tested in the following browsers.

How to enable or disable text box in Dropbox?

Now when a user selects the option No, but planning in future then the text box must be enabled otherwise the textbox must be disabled. How do I accomplish this? You should call the javascript function for this.