<form> <input type="radio" id="r1"> <label for="r1">Cash</label> <input type="radio" id="r2"> <label for="r2">Card</labe | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

<form> <input type="radio" id="r1"> <label for="r1">Cash</label> <input type="radio" id="r2"> <label for="r2">Card</labe

what is the missing part from the user?

18th Jun 2023, 8:46 AM
Surajdeo Mehta
Surajdeo Mehta - avatar
3 Answers
+ 7
Don't write code in your question. You should share it as a private code. https://code.sololearn.com/Wek0V1MyIR2r/?ref=app
18th Jun 2023, 8:55 AM
Hasnain [ACTIVE CHALLENGER]
Hasnain [ACTIVE CHALLENGER] - avatar
+ 2
Nothing is missing, you have choosen "radio" as input, so it will show like this🔘
18th Jun 2023, 12:28 PM
Arup Biswas
Arup Biswas - avatar
+ 1
What is the code missing for the users choices to be sent to the data base? <form> <input type="radio" id="r1"> <label for="r1">Cash</label> <input type="radio" id="r2"> <label for="r2">Card</label> </form> Select all correct answers Option A. Value attribute Option B. Name attribute Option C. A Submit button
4th Feb 2024, 11:39 AM
Shaik Abdul Khadar
Shaik Abdul Khadar - avatar