geerlingguy / beast-challenge

A control system for MrBeast's 1-100 challenge
GNU General Public License v3.0
26 stars 1 forks source link

Make Bulk Change Room Lights form actually work #13

Closed geerlingguy closed 1 year ago

geerlingguy commented 1 year ago

Right now the form is just sitting there but you can't submit it:

Screen Shot 2023-03-05 at 5 11 00 PM
geerlingguy commented 1 year ago

Confirmed the form works. No authentication used, it just posts the data.

I'll add a little validation too.

geerlingguy commented 1 year ago

Added some validation to make sure the color is correct. Shouldn't be an issue but I like guarding against weird stuff.