0

Regarding course

Can someone help me I'm stuck on one question even if I chose the correct answer this app shows try again I spend a week and loss my hearts every day on this question ......

8th Mar 2025, 6:19 PM
Fizza Yasin
Fizza Yasin - avatar
6 Antworten
+ 2
Mention the course name. Mention the name of the task. Show what exactly you did.
8th Mar 2025, 7:13 PM
Lisa
Lisa - avatar
0
What’s this code missing for the user’s choices to be sent to the database? <form> <input type="radio" id="r1"> <label for="r1">Cash</label> <input type="radio" id="r2"> <label for="r2">Card</label> </form> Options *Name attribute *The submit button *Value attribute
9th Mar 2025, 6:51 AM
Fizza Yasin
Fizza Yasin - avatar
0
The answer is name attribute and submit button but it always shows try again
9th Mar 2025, 6:52 AM
Fizza Yasin
Fizza Yasin - avatar
0
HTML course and this question is from a module quiz
9th Mar 2025, 6:53 AM
Fizza Yasin
Fizza Yasin - avatar
0
Fizza Yasin, I checked the quiz and the correct answer is 3 of them. If you didn't understand, you need the "value" attribute to store the data in database. For example, if the user choose "Card" option, the data needs to store in the database, so you need both 'name' and 'value' attributes.
9th Mar 2025, 9:17 AM
Shihan
Shihan - avatar
0
Thank you for your help
9th Mar 2025, 2:16 PM
Fizza Yasin
Fizza Yasin - avatar