CAN SOMEONE FROM WIX PLEASE RESPOND (MOBILE VIEW ISSUES)

I have a page that is responding differently (and incorrectly) in mobile but works correctly in desktop mode.
Please go to this page on desktop and mobile to see the differences/errors
https://www.therandomquiz.com/players/e865c4ae-502d-4606-9af5-cf9d1270269d

  1. When you click the buttons R1, R2, R3, R4 and R5 (these are the buttons for mobile, which I have made visible for desktop to sort this error out) you are taken to the different rounds submission forms. In mobile, when you click back to “Instructions”, the blue button does not collapse for that round.
  2. The Input buttons for questions 2-10 for each round are not collapsed in mobile view but are in desktop view.
  3. Data is not submitting when the submit buttons are pressed in mobile view, but work in desktop view.
  4. The textboxes underneath the input boxes labelled “1a1”, “1a2”, etc… should also be collapsed in both views.

These seem to be errors with WIX and not my code.
Can someone please respond, this is time sensitive and this is the second time I have asked for help with this?
Screenshots…

Hi Eaton,

Here’s what I see…
Take a look at your code in the Mobile preview mode in the editor:


All of the red marks are not visible on the Desktop Editor mode, meaning they are available on Desktop mode but not on mobile mode.
Also, note that when one line fails, the code stops running.

Now, here are some hidden elements you set:

I suggest making sure that non of the ‘Mobile hidden’ group elements includes the buttons that are marked red in the code above.

Liran.

Thanks Liran for your quick response.

This has resolved point 1, the instruction and Round buttons are now working correctly on mobile, and in the mobile code there are now no lines of code underlined in red.

However, the issues with the input boxes and submit buttons (points 2, 3, and 4) still remain.
For example, when clicking in the properties panel, you can see that input boxes are ticked collapsed on load in desktop view by unticked (and greyed out) in mobile view.

I will attempt to resolve this issue using code to send data, rather than links