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

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top