NickG21 Posted December 20, 2006 Share Posted December 20, 2006 I was wondering if it was possible to disable a set of radio buttons and/or checkboxes after one has been checked without using javascript. The type of form is a cancellation form with a checkbox that says resend manual and if that is checked all other items should be disabled..... can anyone help out with a little insight?thank you Link to comment https://forums.phpfreaks.com/topic/31418-checkbox-and-radiobuttons/ Share on other sites More sharing options...
linuxdream Posted December 20, 2006 Share Posted December 20, 2006 Not sure you can dissable it without JS. Perhaps you could simply hide the rest of the elements with a "display: none" style....but actually, you would have to use a one liner of JS in the checkbox to see when it gets checked... doh!! Link to comment https://forums.phpfreaks.com/topic/31418-checkbox-and-radiobuttons/#findComment-145444 Share on other sites More sharing options...
JasonLewis Posted December 20, 2006 Share Posted December 20, 2006 why don't you want to use javascript. javascript was made for these sorts of things, so make use of it. :) Link to comment https://forums.phpfreaks.com/topic/31418-checkbox-and-radiobuttons/#findComment-145513 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.