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
nitisinghnitisingh 

i have picklist values A B C and if i select A and B then my submit button will be enabled on vf page

GulshanRajGulshanRaj
Hi,

You can use javascript to enable/disable button by grabing button id.

Please follow W3School (https://www.w3schools.com/jsref/prop_pushbutton_disabled.asp) link


Thanks
Gulshan Raj