Accessing submitted data on success page
-
Hey, I have made a success page witha custom template. I’d like to perform some actions via PHP depending on the information submitted by the user.
I have a custom field with the name/id “ma_paymentmethod”. I’ve added the following code to my success page, but it doesn’t work. It just shows a blank space where the value should be echoed…
<?php echo $_POST['post_title'];?>
Am I doing something wrong?
- The topic ‘Accessing submitted data on success page’ is closed to new replies.