You need to sign in to do that
Don't have an account?

How can i achieve Text Field dependent on Picklist field using VF page?
I have a Visual force page in which I have a custom picklist and custom text field. I want that text field become dependent upon selecting one value from picklist using VF page.
All Answers
Try Something like this .Hope this will help.Commnet if need more help.If you find this helpful ,don't forget to mark it as solved.
Hello Arpit,
Without see the code its difficult to give the answer.
as you mention above you can use javascript to solve this problem. if posible past you code here then We will be help you better.
thanks
Hi @DeveloperSud , @VikasRathi91
I have a vf page on Account. there are two custom field. One custom picklist field is "Status" and one text field is "Comment". If i choose status "Others" text field enable for editing otherwise text field greyed out(not writable).