CodeIgniter Forums
iOS Safari Form Submit Reloads Page - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: iOS Safari Form Submit Reloads Page (/showthread.php?tid=79620)



iOS Safari Form Submit Reloads Page - SoccerGuy3 - 07-08-2021

Having an absolutely bizarre issue this morning. I have a site (https://dds.taxi) that is running fine on desktop (all browsers) and iOS Chrome. But when using iOS Safari, any form submits just reload the same page and not to the proper controller. Like I said, it works fine in all other browsers. I am absolutely at a loss as to what to even look for! I have checked the source code in iOS Safari and the form tag is correct. This has been verified on multiple iOS devices.
Help! Point me in the right direction.


RE: iOS Safari Form Submit Reloads Page - SoccerGuy3 - 07-08-2021

Followup information... just confirmed that it is working properly on an iPad using Safari. I think I am more confused, not less now.


RE: iOS Safari Form Submit Reloads Page - php_rocs - 07-08-2021

@SoccerGuy3,

We need more information then this. What version of CI are you using? Are you seeing any error messages? If so, that what are they? Also, what CSS/Javascript are you using? Bootstrap?


RE: iOS Safari Form Submit Reloads Page - SoccerGuy3 - 07-08-2021

Sorry, thought this was a more generic question.

CI 4
Bootstrap 5
jQuery 3.6

No errors. Just hit submit and it loops back to the same page. This happens with all forms on the site.