doufangmu9087 2011-06-04 12:02
浏览 173

为什么我的表单不能在使用Safari的Mac电脑上运行?

I am the web developer for I Said Sit!. We have had an ongoing problem with our registration page at: http://isaidsit.com/index.php/registerform

We are having a major problem that I hope you can help with. I have had 4 programmers look at the problem and cannot find where there is an issue. We have installed the site on our test sever and we cannot duplicate the process. I installed it on my personal server and we didn't get the errors, it worked fine in all the browsers on several different traditional and mobile devices.

On the following page we have a big registration form that will not work in Safari on a computer. We can use the form on an iPad or and iPhone or PC using Safari without any problems, if it's used on a Mac computer we get several different errors:

  1. After you hit the submit button it gives you a blank form and you can't more forward
  2. After you hit the submit button it will give an error that the url is not accessible

Those are the most often reported problems.

  • 写回答

1条回答 默认 最新

  • dongshuo6503 2011-06-04 13:49
    关注

    Tested OK on an iMac running MacOS 10.6.7 and Safari 5.0.5. (Abandoned at the Credit Card Payment step.)

    The markup, as mentioned by @David Thomas, is atrocious - 91 errors from the W3C Validator, and a quick visual inspection shows what looks like another complete HTML page being loaded into the body of the HTML page.

    Some general feedback on the form (feel free to ignore this if you want):

    • That form is incredibly long. Maybe look at cutting it into smaller sections so the user gets an idea of their progress would be nice. This is a jQuery plugin which does just that, but there may be clones for the javascript framework you are using.
    • Mark which fields are compulsory and which are optional.
    • Possibly include the Indemnity Waiver and Payment subforms into the same form (only if you do adopt Point 1) - seems silly you have one massive form which then throws to two smaller forms individually.
    评论

报告相同问题?

悬赏问题

  • ¥15 基于卷积神经网络的声纹识别
  • ¥15 Python中的request,如何使用ssr节点,通过代理requests网页。本人在泰国,需要用大陆ip才能玩网页游戏,合法合规。
  • ¥100 为什么这个恒流源电路不能恒流?
  • ¥15 有偿求跨组件数据流路径图
  • ¥15 写一个方法checkPerson,入参实体类Person,出参布尔值
  • ¥15 我想咨询一下路面纹理三维点云数据处理的一些问题,上传的坐标文件里是怎么对无序点进行编号的,以及xy坐标在处理的时候是进行整体模型分片处理的吗
  • ¥15 CSAPPattacklab
  • ¥15 一直显示正在等待HID—ISP
  • ¥15 Python turtle 画图
  • ¥15 stm32开发clion时遇到的编译问题