My form is taking me to paypal

  • hthnc
    Asked on April 11, 2019 at 10:31 PM

    Help. I just duplicated a form that I used in the past, and for some reason when you hit the submit button it does not take you to the paypal page to place your order.

  • Kiran Support Team Lead
    Replied on April 11, 2019 at 11:29 PM

    It looks like that you have added some custom CSS code to the form to change the position of Submit button which seems to be causing the issue. Please allow me some time to check this up and get back to you with relevant information.

    Thanks!

  • hthnc
    Replied on April 11, 2019 at 11:43 PM
    Thank you for the quick response. I was hoping to get this out tomorrow. :)
    Melissa
    ...
  • BJoanna
    Replied on April 12, 2019 at 2:27 AM

    Please remove this CSS code from your form:

    .form-submit-button {

        position : absolute;

        top : 30px;

        left : 120px;

        height : auto !important;

        box-shadow : none;

    }

    and add this CSS instead:

    #cid_43 div.form-buttons-wrapper {

        width : 120px!important;

        position : absolute!important;

        left : 120px!important;

        top : 30px!important;

    }

    How to Inject Custom CSS Codes

    Here is a demo form - https://form.jotform.com/91011130879956

    Feel free to test it and clone it