-1

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..." />
Pisumathu
  • 411
  • 1
  • 5
  • 10
  • Possible duplicate of [Is there a limit to the length of HTML attributes?](http://stackoverflow.com/questions/1496096/is-there-a-limit-to-the-length-of-html-attributes) – Adam Libuša Dec 03 '16 at 05:28

1 Answers1

1

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.

chris g
  • 1,088
  • 10
  • 18