Hi, I have a form that I am trying to have a Paypal button on. I can't use the payment gateway because in Paypal you need a URL to send the buyer back to after processing. That URL I use for my CC Store and I need this one to be different so I am using a separate Paypal button I created on their site. I got the code on my form but it doesn't go to Paypal, it just processes the form.
Can a separate Paypal button be used?
Thanks
here is the link to the payment form:
http://www.whiteoconnellphoto.com/send- … oney2.html
Can a separate Paypal button be used?
Thanks
here is the link to the payment form:
http://www.whiteoconnellphoto.com/send- … oney2.html
Hi Mark. What I would do is either show the button on the confirmation page or use the redirect to url option in the form builder.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Thanks Eric. The redirect "sort of" works but it doesn't forward the amount to the Paypal page. I think it will do though unless there is a way to get the amount forwarded to Paypal?
Here is the final version:
http://www.whiteoconnellphoto.com/send- … money.html
http://www.whiteoconnellphoto.com/send- … money.html
Give this a try. I didn't test it but I think it will work.
Place your Paypal button on the page you redirect to. Place this code in the head of that page. Adjust the myformname to the name of your paypal button. You may need to add the name to your Paypal button.
Place your Paypal button on the page you redirect to. Place this code in the head of that page. Adjust the myformname to the name of your paypal button. You may need to add the name to your Paypal button.
<script>
window.onload = function(){
document.forms['myformname'].submit()
}
</script>
window.onload = function(){
document.forms['myformname'].submit()
}
</script>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Eric, thanks for the code but I just used the link provided by Paypal to go to their payment page. I tried entering the code into their optional code box but it wouldn't take it.
I do have a question about the form and amounts. Why does the payment amount cut off any "0's" after the decimal point if the amount ends in 0 or 00 ? So if a customer puts in $20.00 when I get the email its says 20. If they put in $20.50 I get 20.5
I do have a question about the form and amounts. Why does the payment amount cut off any "0's" after the decimal point if the amount ends in 0 or 00 ? So if a customer puts in $20.00 when I get the email its says 20. If they put in $20.50 I get 20.5
What do you have setup in your form for the number input on the number of decimal places?
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
2
Screenshot attached
Screenshot attached
Did you try my suggestion of placing your paypal button on a separate page and using my code to submit it when it loads?
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
I tried putting it in the email notification I send to the customer but it threw an error when trying to save it. I tried adding to the Paypal optional code box but it cut off most of the code I put in. I really didn't want to add it to another page as that would be another place the customer would have to click to move forward. I think it will be less annoying to have the customer retype in the amount in the Paypal window. Does that make sense?
Is what you had in mind similar to the default "Almost done" page that comes up if I used the Payment interface thats part of Webforms? Would the code you provided auto submit to Paypal? If so I will create a page and give it a try.
Thanks for the help
Is what you had in mind similar to the default "Almost done" page that comes up if I used the Payment interface thats part of Webforms? Would the code you provided auto submit to Paypal? If so I will create a page and give it a try.
Thanks for the help
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.