When the members awaiting approval come up, the radio buttons are all checked "yes." Is there a way to change that to all "no?"
Announcement
Collapse
No announcement yet.
Approval radio buttons set to "no" instead?
Collapse
X
-
Originally posted by cdaniel
When the members awaiting approval come up, the radio buttons are all checked "yes." Is there a way to change that to all "no?"
Code:echo "<tr class='".getrowbg()."'><td><p> Yes<input type=\"radio\" checked name=\"validate[$user[userid]]\" value=\"1\"> No <input type=\"radio\" name=\"validate[$user[userid]]\" value=\"0\"></p></td>";
Code:echo "<tr class='".getrowbg()."'><td><p> Yes<input type=\"radio\" name=\"validate[$user[userid]]\" value=\"1\"> No <input type=\"radio\" checked name=\"validate[$user[userid]]\" value=\"0\"></p></td>";
Last edited by Floris; Mon 9 Dec '02, 6:10am.
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment