• Resolved wynot

    (@wynot)


    Hi, I would like to know how to get the post data from a submitted form to be able to use the data in a php script I will write?

    In short, I will be using the redirection to go to another page on my site where I would like to be able to use the form’s data … name/value pairs in a php script that will create the page depending on what the form’s data contains.

    Can you help shed some light on how to go about obtaining the forms data please?

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Themefic

    (@themefic)

    It’s possible to get form data before sending mail. And we can use the form’s data to display on a specific page. But if you want to send a mail with this data after submitting a payment form you can’t use the Cf7 contact form. To send mail we have to use PHP mail with a custom mail template.

    I hope its clear to you.

    Thread Starter wynot

    (@wynot)

    ok, so how do I get the form data? Do you have an example I can use as a guide?
    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to get post data’ is closed to new replies.