function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
lenderb122lenderb122 

Open a text field when picklist choice is "Other"

Picklist has three choices, the last one of which is "Other".  If "Other" is chosen, open the next field to enter data.  So the text field is invisible unless "other" is chosen in the picklist, at which time it appears and user sees instructions to enter the "Other" data.

@taani.ax1426@taani.ax1426

HI,

 

It can be done thru VF page, or you want to do it thru config, then create two record type and assign to two diff page layout, create workflow ,when user chose "others" then record type will change, and so page layout, in that page layout add that text box. Let me know if you need more info.

 

regards,

Taani

mast0rmast0r
Arunkumar KathirArunkumar Kathir

Hi,

 

You can do this using Visualforce page. Please refer this link

 

http://boards.developerforce.com/t5/Visualforce-Development/Hide-field-and-pageblocksection-based-on-a-picklist-value/td-p/438075

 

 

Thanks,

Arunkumar