How to disable radio button?

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
elonmusk
User
Posts: 48

How to disable radio button?

Post by elonmusk »

How to disable radio button using jquery??

i have one one function when i click one button the radio button wants to disable . Earlier it was working in previous version but now that is not get disable.

Thank you!


arbei
User
Posts: 9384

Post by arbei »

You may use server event to set the field object's Disabled property as false.


elonmusk
User
Posts: 48

Post by elonmusk »

I tried but that also not working.
I want to disable radio button in add page using jquery.

but that is not working.
i set field object property as disabled = false
then i write jquery function to disable the radio button field.

Using that id i can hide or show the field but i can't disable why?

thank you


arbei
User
Posts: 9384

Post by arbei »

You may post your code of the server event for discussion. If you use jQuery, you should find the correct the id or class of the HTML elements first, see Inspect HTML element and add your own CSS styles.


Post Reply