Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author ZealousWeb

    (@zealopensource)

    Hello wordpressgroup,

    You have to put item amount field in the Contact Form 7 with its ID attribute. Then you have to assign its ID name to Item Amount field of PayPal Submit button. Your shortcode for PayPal submit should look like,
    <p>[paypalsubmit class:paypalbtn email:[email protected] itemamount:itemamount itemname:itemname return_url:https://mysitename.com cancel_url:https://mysitename.com "Pay With PayPal"]</p>

    If you pass proper ID values of Contact Form 7 fields to PayPal Submit button, it will not show the message notifying you “You are not redirected to PayPal as you have not configured PayPal Submit Button properly”.

    Feel free to contact us at https://opensource.zealousweb.com/ if you still find the issue.

    Thanks,
    ZealousWeb

    Hi, am experiencing the same problem “You are not redirected to PayPal as you have not configured PayPal Submit Button properly.
    Your message was sent successfully. Thanks.” Been cracking my head half a day trying all combination of itemamount and itemname. Is it because the free version doesn’t work? Please advice. Thanks.

    Plugin Author ZealousWeb

    (@zealopensource)

    Hello humanityexists,

    Sorry for your inconvenience but you might be doing some mistake in configuring this plugin. Please try to use the below code in your Contact Form 7.

    <p>Item name
    [text itemname id:itemname] </p>
    <p>Item amount
    [text itemamount id:itemamount] </p>
    <p>[paypalsubmit class:paypalbtn email:[email protected] itemamount:itemamount itemname:itemname return_url:https://mysitename.com cancel_url:https://mysitename.com "Pay With PayPal"]</p>

    Let me know if this helps you.

    Thanks,
    ZealousWeb.

    I am having the same problem – I am getting the message “You are not redirected to PayPal as you have not configured PayPal Submit Button properly”

    Here’s my CF7 code:

    <p>Name (required)
    [text* name] </p>

    <p>Email (required)
    [email* email] </p>

    <p>Phone (required)
    [tel* phone] </p>

    <p>Pickup Location (required)
    [select* PickUpLocation include_blank “St. John the Baptist – New Brighton” “Our Lady of Grace – Edina” “Transfiguration – Oakdale”] </p>

    <p>Dietary Restrictions (if any)
    [text diet] </p>

    [hidden price “70”]

    [hidden billingitemname “Shrine Pilgrimage”]

    <p>[paypalsubmit class:paypalbtn email:[email protected] itemamount:price itemname:billingitemname “Pay With PayPal”]</p>

    Plugin Author ZealousWeb

    (@zealopensource)

    hi rocko36,

    Sorry for your inconvenience but you also done some mistake in configuring this plugin as given my last comment in this thread for ‘humanityexists’.

    You also not add ‘ID’ in Hidden fields of Price and Item Name.

    You need to just replace below two line in your above code of Contact form 7.

    [hidden price id:price "70"]
    [hidden billingitemname id:billingitemname "Shrine Pilgrimage"]

    Let me know if this helps you.

    Thanks,
    ZealousWeb

    This crap does not work!

    Plugin Author ZealousWeb

    (@zealopensource)

    Hi meetgerry,

    Please explore your issue here , so we can solve it.

    Or refer below Document :
    https://opensource.zealousweb.com/wp-content/uploads/2015/08/Contact_form_7-PayPal_Extension.pdf

    Thanks,
    ZealousWeb

    I have tried the example that is provided on the pdf, and I get the following error message:

    There was an error trying to send your message. Please try again later.

    https://testing.otracosa.org/en/contribution/

    Plugin Author ZealousWeb

    (@zealopensource)

    Hi coppermill,

    Please check this link which can help you to solve this problem with Contact Form 7.
    https://contactform7.com/faq/#After_submitting_the_form_I_get_an_error_message

    Please feel free to write any other queries.

    Thanks,
    ZealousWeb

    Hi,

    I copied the text from the PDF and tried to edit for my needs. I’m still getting the error:

    <p><label>Name</label>[text* name]</p>
    <p><label>Email</label>[email* email]</p>
    <p><label>Ticket</label>[select* menu-407 “$15 contest only” “$25 contest & play party”]</p>
    <p><label>Quantity</label>[radio quantity id:qtyfield “1”]</p>
    <p> [paypalsubmit email:[redacted] itemamount:pricefield
    itemname:menu-407 quantity:qtyfield
    return_url:https://opensource.zealousweb.com/contact-form-7-paypal-extension-pro/
    cancel_url:https://opensource.zealousweb.com/contact-form-7-paypal-extension-pro/%5D </p>

    Here’s the link: theredchair.org/v4/test/

    Thanks for your help!

    test

    Argh, I can’t even get my problem to submit.

    I used the code from the PDF, edited it, and am getting the error.

    View here: https://theredchair.org/v4/test/

    Not sure what i’m doing wrong but i’ll bet you can find it in 2 seconds ;-). I’m using v2.3 with CF7 v 4.4.1 and WP 4.5 – i’m sure it’s the ID field(?) I’ll keep trying but don’t have much confidence i’ll find problem…

    <p>*Parent/Guardian Email <br />
        [email* your-email] </p>
    
    <p>*Parent/Guardian Name <br />
        [text* your-name] </p>
    
    <p>*Parent/Guardian Address <br />
          [text* Address ] </p>
    
    <p>*Parent/Guardian Phone Number  <br />
          [tel* PhoneNumber]</p>
    
    <p>Camper Name <br />
        [text* camper-name] </p>
    
    <p>Camper Birthdate <br />
       [date BirthDate] </p>
    
    <p>Camper Grade <br />
       [number Grade] </p>
    
    <p>Camper Tuition <br />
       [number id:Tuition min:.01 max:.05 ".05"] </p>
    
    <p>[radio id:RadioType default:1 " ACamp" "F Camp" "S League."]</p>
    
    <p>Comments<br />
        [text your-comment] </p>
    
    <p>[paypalsubmit class:paypalbtn email:[email protected] itemamount:Tuition itemname:RadioType return_url:https://sss.com/successful-registration  cancel_url:https://sss.com/bad-registration "Submit Payment through Paypal"] </p>

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Submit error’ is closed to new replies.