Plugins
It is Possible to Include HTML Fields in Notifications and Confirmations I recently needed to create conditional logic in a Gravity Form that shows HTML fields in response to various user inputs. The trouble is that HTML fields do not appear in the default Notifications and Confirmations. Gravity forms support says the HTML fields are … Read more
I had a pretty serious problem with s2Member EOT reminders not being sent on a website with a large user base, about 2000. This was resulting in potentially a large loss of member renewals. The strange thing was that many of the EOT reminders were going out, so it made me lax in checking if … Read more
In the process of moving content from one site to another I needed to change the post type, which is easy with a plugin like Post Type Switcher. However, this doesn’t bring along the comments. Post type switcher now migrates comments with the post. This process turned out to be much more complicated than I … Read more
On a recent project I needed to check if a Gravity Form had been submitted before allowing the user to access content. Additionally we needed to check if the submission had happened within a specific time frame: within the past year. It is easy to use Gravity Forms built in confirmations to redirect to a … Read more
Gravity forms has a nice option in the settings area to remove it’s css output from all pages. However when you want to remove the style-sheets from individual pages it gets more complicated. Here’s a simple function which will remove Gravity Forms CSS and selected scripts from the front_page: Cut and paste this code into your … Read more
There are many reasons one might want to export the WordPress users and import them to another install. In my case, I needed to recreate a hacked website. I wanted to take all the content and migrate it without doing a full database restore for a database which might contain who-knows-what kind of evil hacker … Read more