skip to Main Content

Html – radio box input stores "on" as database value

radio box input doesn't store the value instead shows "on" in the database here is my code. <label for="gender">Female</label> <input type="radio" name="gender"> <label for="gender">Male</label> <input type="radio" name="gender"> <label for="gender">Transgender</label> <input type="radio" name="gender"> <span class="formerror"></span> this is my schema gender: {…

VIEW QUESTION
Back To Top
Search