Does PayPal "submit" work on iPad
- samplatskyAsked on May 19, 2012 at 07:42 PMI created a form for a ski club membership. Works fine on pc and Mac but unable to click "submit" on iPad. Any suggestions?
- JotForm SupportidarktechAnswered on May 19, 2012 at 08:13 PM
Hi,
Try increasing the html snippet where you've pasted the form code on your iweb program. Just hold and drag the holder to increase its height, check if this fixes the problem.
Be sure to update us if this doesn't help. Thanks!
- JotForm SupportidarktechAnswered on May 19, 2012 at 08:26 PM
In case my solution above doesn't work, try to do this:
1. Open your Membership.html file (notepad or any other editing tools you have)
2. Find this code, it's almost on the bottom part of the codes:
<div style="height: 100px; margin-left: 0px; position: relative; width: 800px; z-index: 15; " id="footer_layer">
Change 800px to 1px, so the final code should be:
<div style="height: 100px; margin-left: 0px; position: relative; width: 1px; z-index: 15; " id="footer_layer">
If this doesn't solve it, kindly let us know so that we can further assist you. Thanks!
- samplatskyAnswered on May 19, 2012 at 08:37 PMThat did the trick. Thanks for the help.
- JotForm SupportidarktechAnswered on May 19, 2012 at 08:41 PM
Glad to hear it :) Cheers!