i have option button field name myregister with value register and non register i want disable option button how to do it in clientscript event?
What is “option button”? If you meant one of the list options, it is better to use server event such as Listoptions_Rendered.
i mean “Radio button”. how to disable radio button in ClientScript event startup Script.
https://discourse.hkvstore.com/t/inspect-html-element-and-add-your-own-css-styles/6310/1 may use above to find the selector for the radio buttons and add disabled attribute to them by JavaScript or jQuery.