Welcome Guest, Not a member yet? Register   Sign In
my radio button not working properly?
#2

(This post was last modified: 11-15-2018, 08:12 AM by ciadmin.)

<input type="radio" name="kvr"  checked="checked" onclick="hideall1();showit1('x1')"  <?php if (isset($_POST['kvr']) && $_POST['kvr']=="yes") echo "checked";?> value="yes"  >Same &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;

<input type="radio" name="kvr" onclick="hideall();showit('x1')"  <?php if (isset($_POST['kvr']) && $_POST['kvr']=="no") echo "checked";?> value="no" >Other

-----------------------

remove checked="checked" from first line
Reply


Messages In This Thread
RE: my radio button not working properly? - by abGorad - 11-15-2018, 05:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB