Wednesday, April 30, 2014

WoredPress Contact Form 7 - Additional Header Reply-to?

Add the following in the Additional header to replay addressing to the user eamil id.

Reply-to: [your-name] <[your-email]> 

WordPress Contact Form7 Redirect to Other page

If you want to redirect a form on your website using Contact Form7 WordPress pluing use the below code and place on the Additional Setting box.

................................................................

on_sent_ok: "location = '/Paypal.html';"

................................................................