Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
misc_syndication
#1
Replace:
<input type="text" class="textbox" name="limit" value="{$limit}" size="3" />

with:
<input type="number" class="textbox" name="limit" value="{$limit}" min="1" max="50" step="1" />
What goes around comes around
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)