@khuranamananSubmitted about 2 years ago
Hey, I wasn't able to figure out how to make it compulsory for users to select at least one rating button. Any suggestions on how it can be done?
Hey, I wasn't able to figure out how to make it compulsory for users to select at least one rating button. Any suggestions on how it can be done?
Hi dude,
do you know that half of your JS script is commentded out?
//Adding Event listner on all rating buttons // ratingButtons.forEach((e)=>{ // e.addEventListener("click", ()=>{ // ratingNumber.innerText = e.innerText; // }) // })
// btnSubmit.addEventListener("click", ()=>{ // mainContainer.style.display = "none"; // thankYouContainer.style.display = ""; // })