The user will be able to enter contestant info into the form like before, but now that request will be handled by AJAX. This will allow the user to enter consecutive competitors without reloading the page each time.
Story time:
user inputs contestant data into form.
user submits data.
alert appears letting them know if the submission was successful or not.
form is cleared.
user can now input another contestant and the process repeats itself without having to reload the page.
The user will be able to enter contestant info into the form like before, but now that request will be handled by AJAX. This will allow the user to enter consecutive competitors without reloading the page each time.
Story time: