Sending data to external payment processor |
3/31/2012 18:35:10 | |
| PHPRunner General questions | ||
|
J
Jeroef author
Im trying to add this to add page. echo "<FORM name=xclick action=\"https://www.paypal.com/cgi-bin/webscr\" method=post target=_blank>
echo "<INPUT type=image alt=\"Make payments with PayPal - it's fast, free and secure!\"
|
||
|
C
|
cgphp 4/1/2012 |
|
Why do you echo the button in the "After record added" event? Don't echo the html code directly to the page but assign it to a template var. |
|
|
J
|
Jeroef author 4/1/2012 |
|
Why do you echo the button in the "After record added" event? Don't echo the html code directly to the page but assign it to a template var.
|
|