just curious about input value that is sent to backend stuff
I have researched and found that if
<input type="text" id="fname" name="fname" value="name">
<input type="text" id="lname" name="lname" value="surname">
my input will be received as fname=name&lname=surname
then what about the value of radio, dropdown, and checkboxes?
edit: for best practice