I mean may I send large values (50-100 letters) from html radio input ?
Ex :
<input type="radio" name="radio1" value="i am sending more letters from here..." />
I mean may I send large values (50-100 letters) from html radio input ?
Ex :
<input type="radio" name="radio1" value="i am sending more letters from here..." />
There are no limits, you should be able to send as much as you want, it's just another form value like a textarea, etc.