Button Connects To Database on Desktop But Not Mobile

Hi, I have a simple form with 2 input fields and a button. The fields and the button connect to a database.

When I go to the page on desktop and fill out the fields and click the button, the fields are correctly added to the database and my submission message appears. However, when I do the same on mobile nothing happens.

I have tested that the button is being clicked by removing the database connection and just having the button link to another page. When I click the button on mobile I am correctly redirected to the page. Is there something that needs to be done to get this to work on mobile?

Thanks for any and all suggestions.

  • Chris

UPDATE: I tested it in preview mobile mode and it worked fine, saved my record to the sandbox. Still doesn’t work live though. Would greatly appreciate any and all ideas. Thank you.

UPDATE 2: I got it working. The permissions were set to be Admin only on the database collections.