View previous topic :: View next topic |
Author |
Message |
robgreer
Joined: 12 May 2011 Posts: 3
|
Posted: Tue Feb 18, 2014 10:41 am Post subject: Submit button does not work with iPad, iPhone |
|
|
But submit button DOES work with Macs. Form is embedded on following URL:
wineshipgreer.com
I also have an older form that DOES work with Mac, iPhone and iPad. URL:
greerwine.com under Mailing List
HTML is not a language I speak, so I'm not sure what the difference is between the older form that works and the newer form above that only works on Macs.
Thanks in advance for your guidance. |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Wed Feb 19, 2014 3:57 am Post subject: Reply |
|
|
Good Day,
Our forms works on all platforms. The submit button should work on any platform as it is basic HTML. There is likely something else going on.
Please post a link to the form and I will investigate.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
robgreer
Joined: 12 May 2011 Posts: 3
|
Posted: Wed Feb 19, 2014 2:38 pm Post subject: |
|
|
I'm not sure what link you'd like. I gave you the only link I know of - to the URL, which has only one page, and that contains the form with some sort of problem with iPads and iPhones. Here it is again:
www.wineshipgreer.com
Sorry if I'm missing the point. Your comment makes me think that I should recopy the form HTML and insert it again onto the webpage, but..... I don't want to make anything worse and will wait for your reply.
Thanks. |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Thu Feb 20, 2014 3:40 am Post subject: |
|
|
robgreer wrote: |
I'm not sure what link you'd like. I gave you the only link I know of - to the URL, which has only one page, and that contains the form with some sort of problem with iPads and iPhones. Here it is again:
www.wineshipgreer.com
Sorry if I'm missing the point. Your comment makes me think that I should recopy the form HTML and insert it again onto the webpage, but..... I don't want to make anything worse and will wait for your reply.
Thanks. |
Thank you. I am not certain, but there are a few problems with your main page that are causing the issue. To begin, if you open the actual form that you've embedded into your site using an iframe (I am guessing you are using iWeb which typically does this) you will see that the form submits without issue on mobile devices:
http://www.wineshipgreer.com/WineShipGreer//Shipping_Information_files/widget0_markup.html
There doesn't appear to be any issues with the actual form or code itself. This leaves me to believe that there is a problem with your pages surrounding code.
You have a couple lines of code embedded in your site (lines 1 and 2), before the opening HTML tag. The opening HTML tag should be the very beginning of your file:
Code: |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
Other than that, there is a lot of complicated javascript and CSS happening on your site that is likely disabling the submit button. Unfortunately, I cannot decipher what is occurring, but I were you, this is where I'd begin my testing.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
robgreer
Joined: 12 May 2011 Posts: 3
|
Posted: Fri Feb 21, 2014 2:49 pm Post subject: |
|
|
Delayed thanks for your analysis. Yes, I still use [the no longer supported] iWeb software to create the websites. And the website with the problem is a copied and then amended page, which is probably the source of the undecipherable code. I'll create a new webpage from scratch, load the form into that, and see what happens.
Again, thanks for your support. |
|
Back to top |
|
 |
|