djcubez Posted January 30, 2013 Share Posted January 30, 2013 (edited) We've been having problems with one of our clients who claims to not be receiving some of the contact submissions from the form. We don't have any Macs currently in the office, and had other people test it with Macs. They found that the forms weren't being sent when using Google Chrome as the browser in a Macintosh environment. I, for the life of me, have no idea what's wrong. I assume it's probably an HTML/doctype/charset issue, as PHP is run on the server-side. However, because of the obscurity of the issue (found nothing on Google) I thought I'd post here where a lot of advanced users seem to visit. Does anyone have any insight on this? Thanks. Edited January 30, 2013 by djcubez Quote Link to comment https://forums.phpfreaks.com/topic/273839-php-form-does-not-work-in-chrome-on-a-mac/ Share on other sites More sharing options...
PFMaBiSmAd Posted January 30, 2013 Share Posted January 30, 2013 (edited) Is the HTML of the form page valid? Check it at validator.w3.org What data is actually submitted to the server side code vs what is supposed to be submitted? What's missing or invalid in the data? What execution path does the form processing code take? Does the form/form processing page require someone to be logged in and perhaps the session id isn't being propagated by the browser? Is https involved for the form and form processing page? Beyond that, you would need to post at least the 'view source' of the form page for anyone here to be able to help. Edited January 30, 2013 by PFMaBiSmAd Quote Link to comment https://forums.phpfreaks.com/topic/273839-php-form-does-not-work-in-chrome-on-a-mac/#findComment-1409246 Share on other sites More sharing options...
djcubez Posted February 13, 2013 Author Share Posted February 13, 2013 (edited) Thank you so much for your response PFMaBiSmAd. I really appreciate it and I apologize I didn't come back here to follow up. We actually ended up dropping the client for other reasons and haven't had any complaints from anyone else. Thanks. Edited February 13, 2013 by djcubez Quote Link to comment https://forums.phpfreaks.com/topic/273839-php-form-does-not-work-in-chrome-on-a-mac/#findComment-1412343 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.