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 

If i Have an three text box and one submit button and if i filled values all three ,submit button will be enabled and if two filled then it will be disabled .

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