learning-unlimited / ESP-Website

A website to help manage the logistics of large, short-term educational programs
82 stars 57 forks source link

Fix form submission handling #3672

Closed willgearty closed 10 months ago

willgearty commented 10 months ago

This fixes the way that we handle form submissions (with respect to the previous fix to prevent double button presses). I have only tested this behavior on the class registration form, but it seems to work well there (including with the popup when the grade range is too wide). During review it would probably be good to check a few other forms to make sure they all still work, too.

Fixes #3668. Fixes #3664.

willgearty commented 10 months ago

This might also fix #3664, but I haven't checked.

willgearty commented 10 months ago

This now fixes #3664 (which was a different issue).