Need sugestions for a wordpress contact form plugin

Hi,

I am looking for a wordpress contact form plugin that can allow me to:

  1. Sends an automated email after user click submit button.

AND

  1. After the user clicks the submit button, the page must be redirected to another page.

I know that contact form 7 an achieve point 1 but not point 2… Anyone can help to suggest one that fulfills both the above points?

Hi,

you can achieve point two using Contact Form 7.
Just add this to the “additional settings” section:

on_sent_ok: "location.replace('http://www.YOURSITE.com');"

Found this here: http://wordpress.org/support/topic/plugin-contact-form-7-redirect-to-thank-you-page-on-submit

Thank you, Pullo!

This works great =)

Happy to help :slight_smile: