Page linking to data collection only from desktop site

I am looking for help from someone from WIX.

I have a dynamic page that is performing differently from desktop than it is from mobile.
On desktop everything is working correctly.

However, on mobile there are many issues.
the website is www.therandomquiz.com/players/{_id}
To get to this page please go to www.therandomquiz.com, then click PLAYER, then use the QUIZ ID: 3003 and choose team/player name.

  1. For each round, the input boxes for Q2-10 should all be set to collapsed when loaded. But on mobile, they are not collapsed. (but they are on desktop)
  2. Also, when submit buttons are pressed the data is not going into the data collection. Either the buttons or the input boxes are not linking correctly to the data collection ‘Players’ on mobile, but they are on desktop.
  3. Behind each input box, there is a text box. Can it be checked that these too are linking to the data collection correctly on mobile.
  4. When the instructions button is clicked, the round buttons “R1”, “R2”, “R3”, “R4” and “BR” should all expand and the blue round buttons “R1”, “R2”, “R3”, “R4” and “BR” should all collapse. But this is not happening. These buttons do work on desktop correctly.