The struggle to handle Pawn Agreement Template can consume your time and overwhelm you. But no more - DocHub is here to take the effort out of modifying and completing your papers. You can forget about spending hours editing, signing, and organizing papers and stressing about data security. Our solution offers industry-leading data protection measures, so you don’t have to think twice about trusting us with your sensitive information.
DocHub works with various file formats and is accessible across multiple systems.
hey guys welcome back in this video we will see how to insert radio button value into database so lets get started so here this is our basic card design and now well just make the form here ill just get it from getbootstrap.com you have here so just copy this dedocHub and paste it in your card body make the alignment proper and okay so now well add our radio button here input type equal to radio and give the name as gender and value equals to 1 well keep one for male and just copy and paste the same thing just change the value to 2 and give the name as female so here we have given the name for this input type for radio let us give the name for the email and password as well so ill give here name equals to email instead of taking password well take the name ill keep name here so input type equal to text and give name equals to name so here we have email address name male and female we are just checking so on clicking the submit button so you have to give the name for this let