Hacker News new | ask | show | jobs
by edaemon 1907 days ago
It's not misleading at all; it's an input with the type set to "hidden". The field doesn't become visible until you select the radio button for that subscription level.

  <input name="amount" type="hidden" value="15000">
1 comments

Ah, I misunderstood. Yup that's pretty bad then!