i just wanna know from you guys about this project.
how do you set the counter of user`s rating input? my first idea is using an empty array and then export the value from index.html to another page of thank-you(thanks.html in my case). but i getting stuck when i try to export the value. javascript showing an error that there is an null value (submit button) on index.html. seems like javascript guess all of instruction of index.html is getting included to thanks.html so its showing an error.
finnaly i using localstorage,an alhamdulillah its works like i expected