I replaced the "value"with "name" used in the form for submission and my output still came out as submit. Can one do that? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I replaced the "value"with "name" used in the form for submission and my output still came out as submit. Can one do that?

16th May 2020, 8:38 PM
Adedapo Adebayo
3 Answers
+ 2
Please link your code, we can not understand your problem or can not solve it without looking at code.
16th May 2020, 8:41 PM
Raj Chhatrala
Raj Chhatrala - avatar
16th May 2020, 9:00 PM
Raj Chhatrala
Raj Chhatrala - avatar
0
🔫 Rick Grimes <input type="checkbox" name="color" value="black" />Black<br/> <input type="checkbox" name="color" value="white" />White<br/> <input type="submit" name="submit"/>
16th May 2020, 8:48 PM
Adedapo Adebayo