i have a form with confirmation page and redirect (paypal) plugins working. i had to set the redirect to "after" email to get it to work. However, now there is some weird code, like debug which shows post array and all field values at top of page, AFTER you submit to paypal and go back to the site (using paypal's redirect url to a thank you page on the site)
Why is this showing and how can I get rid of it? Any advice would be appreciated.
:?:
Cheryl
$_POST: Array ( [firstname] => Test [lastname] => Tester [address] => 2431 Smith Rd. [city] => New York[state] => NY [zip] => 22222 [phone] => 444444444 [email] => test@tester.com [email2] => test@tester.com [pc_name] => Pony Club Name [cdcta_number] => CDCTA Membership # [horse_name] =...etc etc
Why is this showing and how can I get rid of it? Any advice would be appreciated.
:?:
Cheryl