Results 1 to 2 of 2

Thread: re testing paypal form
      
   

  1. #1
    start living is offline Special Status
    Join Date
    Apr 2008
    Location
    South Africa
    Posts
    349

    Default re testing paypal form

    I have used a vh paypal subscribe button and successfully get the form to complete on my desk top.
    1. On new membership completion and leaving paypal payment page I want the new member directed to this URL
    http://www.sitesunion.com/cgi-bin/me...p-2736t592.cgi

    2. How do I achieve this please.

    Thank you

  2. #2
    LadyEye's Avatar
    LadyEye is offline General & Forum Moderator
    Join Date
    Jun 2006
    Location
    Canada
    Posts
    10,548

    Default Re: re testing paypal form

    Hi .. you will need to visit paypal directly to achieve this.

    Or this might work, maybe add this to your current code .. maybe after value or shipping value ..

    <input type="hidden" name="return" value="http://www.yourdomain.com/nameofpage.html">
    <input type="hidden" name="cancel_return" value="http://www.yourdomain.com/nameofpage.html">

    the first would be the return page and the 2nd for a cancellation of order page, paypal usually requests this url as well ..

    if the code doesn't work, you can go to paypal ..



    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49