Need the form to email the results and then take to payment

alita 05 Feb, 2011
Hello,

As I mentioned in the subject, I have used 3 forms and these 3 forms need to email us the form results and then take us to the payment gateway page. The problem is that each page has a unique ID. We're using Authorize.net

Initially I just pasted the code into the button code and it used redirect nicely but it doesn't email the admin the results. I hope there is a better way to do this.

Thank you.

Jesus Loves You
Alwin
GreyHead 05 Feb, 2011
Hi Alwin,

You can use Max's Authorise.net plug-in or you can use the ReDirect Plug-in. Either should work OK.

Bob
alita 08 Feb, 2011
Hello Bob,
I used the Authorize.net plugin and I have used the Authorize.net tab and entered the details of API login ID and transaction key, however, when I fill in the form it shows me the error as " You are not allowed to view this URL"

I'm not quite sure, whats the error with this. The URL is http://roboticsforfun.com/introductory-class.html

Thank you
Jesus Loves You
Alwin
GreyHead 08 Feb, 2011
Hi Alwin,

It submits OK from here - I just get a blank thank you page.

If you turn DeBug on you may get more helpful info.

Bob
alita 10 Feb, 2011
Hello Bob,

I have used re-direct and Authorize.net and somehow just sends a blank page. I turned debugging on but no error messages.

Please do help.

Jesus Loves You
Alwin
GreyHead 10 Feb, 2011
Hi Alwyn,

I get "The item you requested is no longer available." which suggests that you aren't passing the form data to authorize.net.

Bob
alita 10 Feb, 2011
Hello Bob,

This is the code I got from Authorize.net

<form name="PrePage" method = "post" action = "https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx"> <input type = "hidden" name = "LinkId" value ="b5dcce0b-1eaa-4894-a57d-c04d320b4b21" /> <input type = "submit" value = "Buy Now!" /> </form>

When I use redirect it gives the error you mentioned, but when I use the action it works fine but I don't get the form data. Now can you suggest a solution where I can get the form details and take me to the correct place to buy the item.

Any help would be appreciated.

Jesus Loves You
Alwin
GreyHead 10 Feb, 2011
Hi Alwin,

Either you aren't adding the parameters to the ReDirect URL or Authorize.net requires post data.

The Authorize.net plugin should get round most of this for you.

Bob
This topic is locked and no more replies can be posted.