Paypal intergration is NOT working and scrolling option in iframe is NOT working

  • montsho
    Asked on February 20, 2016 at 1:36 AM

    I have two forms that are not working correctly. 8K Registration and 10M Registration. Once you get to the last page and click submit, NOTHING HAPPENS ON EITHER FORM. It does not take you to Paypal portal to finish payment.

     

     

    Also, I've tried several times to get the scroll option to work to no avail. This is the code I change to add the scrolling option:

     <iframe

          id="JotFormIFrame"

          onDISABLEDload="window.parent.scrollTo(0,0)"

          allowtransparency="true"

          src="https://form.jotform.com/50416845222955"

          frameborder="0"

          style="width:100%;

          height:539px;

          border:none;"

          scrolling="yes">

        </iframe>

     

    Now, I went ahead just added page breaks to the 8K form so the scrolling option doesn't matter. I left the 10M form so you can see how the scrolling option is not working. Once you get to about page 3 the form is longer than the page and there is no option to scroll. I've attached a screen shot of where the page won't scroll and you just end up stuck in the form.

     

    I hoping this can be fixed before Monday 2/22. No one has been able to sign up.

     

    8K Url: https://shomofit.sharepoint.com/Pages/8kreg.aspx

     

    10M Url: https://shomofit.sharepoint.com/Pages/10MileRegistration.aspx

    Jotform Thread 776875 Screenshot
  • Elton Support Team Lead
    Replied on February 20, 2016 at 11:25 AM

    If you don't need the page breaks, you can remove it in your form then re-embed your form using only the following iframe embed code. So when you remove the page breaks, your form should be pretty long. Now by simply adjusting the iframe height (mark in bold below), you can have the entire form display on your page.

     <iframe

          id="JotFormIFrame"

          onDISABLEDload="window.parent.scrollTo(0,0)"

          allowtransparency="true"

          src="https://form.jotform.com/50416845222955"

          frameborder="0"

          style="width:100%;

          height:1900px;

          border:none;"

          scrolling="yes">

        </iframe>

    My example above with 1900px height might not be the accurate height of your form so you can adjust it until you get the desired result.

    However, if you want to continue using the page break tool, just let us know so we can assist you further.

  • montsho
    Replied on February 22, 2016 at 1:03 PM

    Paypal integration still is not working.

  • montsho
    Replied on February 22, 2016 at 1:17 PM

    I also tried the code you gave, it's not working. It ONLY works on the first page of the form.

  • Jeanette JotForm Support
    Replied on February 22, 2016 at 3:39 PM

    Can you please try to adding just the code between the <iframe> tags and delete the code between the <script> tags that are rendered by default?

  • Jeanette JotForm Support
    Replied on February 22, 2016 at 3:43 PM

    The form on this page https://shomofit.sharepoint.com/Pages/8kreg.aspx seems to be working OK. I am able to go to page 2, same thing on the second one https://shomofit.sharepoint.com/Pages/10MileRegistration.aspx

    Both work fine. Is the problem happening in a particular browser or device? Please give us more details. Also please follow the advise I gave you above.

     

     

  • montsho
    Replied on February 29, 2016 at 12:21 PM

    It's me again. I've tried to get this form working and had others tried as well. I just kept the page breaks bc I didn't want the form to get stuck. When you get to the last page and try to submit the form NOTHING HAPPENS. You are not taken to the Paypal site to pay. It just freezes. Here is the screen shot. This is happening on BOTH FORMS. The print button work. The submit button isn't doing anything. PLEASE help. I'm getting non stop message that ppl can't sign up.

     

    Paypal intergration is NOT working and scrolling option in iframe is NOT working Image 1 Screenshot 20

  • montsho
    Replied on February 29, 2016 at 12:41 PM

    Also, I've tried it in Chrome, IE and Safari

  • Kevin Support Team Lead
    Replied on February 29, 2016 at 2:23 PM

    @montsho,

    I see that this report is not related to PayPal, I have moved it to this thread:

     http://www.jotform.com/answers/783974

    We will assist you there.

  • montsho
    Replied on February 29, 2016 at 3:25 PM

    Thanks.

  • montsho
    Replied on February 29, 2016 at 4:57 PM

    Jeanette I removed the <script> section and now it's working correctly. Thank you!

  • Jeanette JotForm Support
    Replied on February 29, 2016 at 4:59 PM

    Glad to know you sorted this out, cheers!