I\'m borrowing/adapting this simple html/javascript form set up to put some data in the database. The original code uses text fields in the form, but I\'m using radio button
you must assign same name but different id to input type=radio because this is basic property of raido button that you need to select only one value from givel aal radio buttons.
but that id should not be assigned to other form elements