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
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
Hi Alwin,
You can use Max's Authorise.net plug-in or you can use the ReDirect Plug-in. Either should work OK.
Bob
You can use Max's Authorise.net plug-in or you can use the ReDirect Plug-in. Either should work OK.
Bob
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
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
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
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
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
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
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
I get "The item you requested is no longer available." which suggests that you aren't passing the form data to authorize.net.
Bob
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
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
This topic is locked and no more replies can be posted.