View previous topic :: View next topic |
Author |
Message |
pdit001
Joined: 01 Sep 2016 Posts: 5
|
Posted: Fri Jun 29, 2018 1:54 am Post subject: Iphone and Ipad users press SUBMIT and nothing happens |
|
|
Hello. Please can you assist me as my forms are not working on certain users' apple products. They say they press SUBMIT but nothing happens.
Here are some of the web pages with forms on that are affected:
https://www.dvlaadvice.co.uk/certificate_of_conformity.htm
https://www.dvlaadvice.co.uk/same-day_certificate_of_conformity.htm
Any advice would be appreciated.
thanks.
David |
|
Back to top |
|
|
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Mon Jul 02, 2018 3:48 am Post subject: |
|
|
Hi David,
We've tested with most modern versions of IOS and Safari, and the forms work. We've heard of some issues with older Macs, but have not been able to replicate.
Nick Ladd
myContactForm.com |
|
Back to top |
|
|
pdit001
Joined: 01 Sep 2016 Posts: 5
|
Posted: Mon Jul 09, 2018 3:53 am Post subject: |
|
|
Ok. Thanks. had another one today. Maybe I will start asking them what IOS and what ipad they are using. |
|
Back to top |
|
|
pdit001
Joined: 01 Sep 2016 Posts: 5
|
Posted: Mon Jul 09, 2018 7:33 am Post subject: SUBMIT not working on ipad |
|
|
The problem today where the ipad user was clicking SUBMIT with nothing happening, reported this configuration of her hardware:
"The iPad I am using is 9.7 in. 2017 model 32 GB. IOS 11.3.1 (15E302) version."
Will this help lead us to what the problem may be with this submit button problem with apple hardware? |
|
Back to top |
|
|
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Wed Jul 11, 2018 5:00 am Post subject: |
|
|
I'm surprised it is having issues being a newer version.
Looking at your code, there is an extra white space in the line of code associated with the submit button. Perhaps this is throwing off the Apple device.
Change :
Code: |
<input name="submit" type="submit" value="Submit" /> |
To
Code: |
<input name="submit" type="submit" value="Submit" /> |
Please let me know if this corrects the issue.
Nick Ladd
myContactForm.com |
|
Back to top |
|
|
pdit001
Joined: 01 Sep 2016 Posts: 5
|
Posted: Thu Jul 12, 2018 2:13 am Post subject: |
|
|
Ok. I will make that change. Thanks. |
|
Back to top |
|
|
pdit001
Joined: 01 Sep 2016 Posts: 5
|
Posted: Thu Dec 13, 2018 3:35 am Post subject: people complaining that SUBMIT button does not work |
|
|
I made that change and it does not seem to have helped. People are regularly complaining that SUBMIT button does not work, ie. does not submit. It is almost always iphone and ipad users although one or two android have even said it.
Any ideas? |
|
Back to top |
|
|
|