Posts Tagged ‘ Form ’

How to limit a WordPress plugin to just one page?

2017/10/22
By
Modified: 2017/09/16
How to limit a WordPress plugin to just one page?

How to limit a plugin to just one page, or a few pages?  How to load a plugin only where you need it? I encountered a problem, where plugin Contact Form 7, if activated, would slow down entire WordPress site to a crawl.  Contact Form 7 is great, and I want to continue to use it.  However, this one plugin makes every page load to the count of 13 or 14.  Without it, every page loads to the count of 2 or 3.  What can I do? The solution turns out to be a very simple one.  Simply disable entire plugin unless you are loading certain pages that require this plugin.…

Read more »


Make Contact Form 7 work again – change your FROM field

2017/07/20
By
Modified: 2017/06/25

I noticed that my Contact Form 7 started to fail tests without a slightest provocation. This article describes simple steps how to make it work reliable again.   Purpose Reliably receive messages generated by Contact Form 7 from any address.   Problem Many SMTP providers further restricted message relay policies.  They now only allow messages FROM validate addresses.    Solution  Modify your WP email setup -1- Open “Advanced Email Options” -2- Set “From Email” field the same as email account you authenticating  your SMTP login   Test your WP email setup Send several messages using “Send Test” on the bottom of “Advanced Email Options” page, and make sure you are getting…

Read more »

WordPress Contact Us form – Redirecting Back to Previous Page

2017/07/14
By
Modified: 2017/06/25
Contact Form - Use Messages to Redirect Back

How to implement a Contact Us form in WordPress?  This article describes how to add a very simple Contact from using WordPress 3.0.1 and two plug-in(s): – Contact Form 7 and – Really Simple CAPTCHA. Later, you can customize the contact form to your delight using HTML tags through provided user interface.  Very flexible solution and as far as I can see – it is a bug free solution. As you can see on the picture, this solution has a support for CAPTCHA image code.   CAPTCHA is an image with numbers and letters that appears above Submit button.  User is required to enter these numbers and letters into a text filed to…

Read more »