How can i run a paypal script on form submit

Home Forums Quform PHP How can i run a paypal script on form submit

This topic is: resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #18243
    digital4u
    Participant

    Hello,

    At the form I am building I was asked to include paypal payment method. For that i have a script that initiate by a button click and calls another inpage javascript. The button has the format:

    '<button id="pn1" class="paynow-button paynow-type-buynow paynow-style-default paynow-enable-transit"
    data-business="info@photolab.gr"
    data-item_name="Metalprint order - Photolab.gr"
    data-amount="100"
    data-quantity="1"
    data-currency_code="EUR"
    data-return="http://photolab.gr" type="submit" value="Send">Buy Now</button>'

    When the above button is clicked, it opens paypal with all necessary info for a purchase based on what user had chosen.

    How can I make that button submit the form as well before changing page? The id=”pn1″ and the data are necessary.

    The script that runs inpage is

    '<script type="text/javascript">
    $(document).ready(function(){
    $('#pn1').paynow({
    type: 'buynow',
    style: 'default',
    beforeSubmit: function(vars){
    vars['amount'] = document.getElementById("timi").value;
    return vars;
    },
    tooltip: 'Αγορά μέσω PayPal!'
    });
    });
    </script> '

    and there is also a jQuery.js loaded to assist all the above. The page i am building is http://photolab.gr/pages/metalprint/ .

    #18260
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #18322
    digital4u
    Participant

    Thank you very much, your js worked perfectly! Excellent support!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy