<button name="send" value="/poll vote option#">Name of Option</button>
setup. To use radio buttons and submit a submit button, we need to be able to figure out which option is selected when you hit submit, and then send the appropriate command. That specifically would be a client side change, which means it may not happen for a while due to the preact rewrite. (For more information about the preact rewrite, see this post).Polls are done serverside, so this wouldn't be preact, just a simple change to the HTML in Poll#generateDisplay and Poll#generateResults.If this would be a preact thing as well, then rip