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