I am struggling with something; How would someone get number from webpage in lua.
<input type="number" name="points" min="0" max="100" step="1" value="30">
<input type="submit">
In examples I have seen so far everyone are just using _GET to test which button was pressed. Is there anyway to input and parse numbers from forms?
Thank you for your suggestions.