Thank you so much it means the world to me that you have taken the time to submit your review.
submitBtnArr.forEach(submitBtn => { let form = submitBtn.closest('.form-block'); submitBtn.addEventListener('click', function(){ switchMMDD(form); }) }) } // This function waits until the page is loaded before anything initializes. window.addEventListener('load', function(){ switchDDMM(); switchOnSubmit(); })
Thank you so much it means the world to me that you have taken the time to submit your review.