Question

I need to build upon a contact form 7 plugin to pass the inputs as $_POST into a second page upon submit. Google has proved rather fruitless with this. Does anyone have an idea of how to do this/where I can find a solution?

Thanks in advance

Dan

Was it helpful?

Solution

Use this plugin: http://wordpress.org/extend/plugins/contact-form-7-3rd-party-integration/

But if you prefer to do it manually - basically this is the hook you should use: wpcf7_before_send_mail

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top