Recently I had a client who was looking for a text onclick pdf to pop up like an image rather than the ugly page that usually displays with pdfs. I found this plugin: Easy Fancybox. Easy Fancybox WordPress Plugin Reviewed by Laura Hartwig on Dec 7,2012. It answered my problem and looks nice as well…
Read More
Add Label Inside Input Box in Gravity Forms
Please see newer article here: https://wpdecoder.com/php/gravity-forms-placeholders/ Update 8/4/15: as of v1.9, Gravity Forms has added the ability to use placeholders, however, they don’t make it easy to hide the regular labels and show placeholder text only. Do do that, you will need to add the following line to your functions.php file: add_filter( ‘gform_enable_field_label_visibility_settings’, ‘__return_true’ );…
Read More
Gravity Forms Tutorial Part 3: How to Use Conditional Logic
by Laura Hartwig Gravity Forms has a wonderful feature call “Conditional Logic” which allows you to make large, overwhelming forms seem much smaller and easier to navigate. Watch this quick video to see how easily you can use it on your form.
Gravity Forms Tutorial Part 2: Form Settings – How to get the most out of your WordPress Gravity Forms plugin
by Laura Hartwig In the last tutorial, which you can find here, we went through the basics of setting up a simple form with Gravity Forms. In this tutorial, we’ll delve a little deeper into making the most of all that Gravity Forms has to offer. 1) SET THE DETAILS FOR THE FORM In the…
Read More
Tutorial: Gravity Forms Part 1- Getting Started
by Laura Hartwig If you need a form for your WordPress site, I highly recommend Gravity Forms. It’s a paid plugin, but I consider it well worth the price. Contact Form 7 is another nice, free option, but if you don’t want ads on your site, Gravity Forms is the way to go. Gravity Forms…
Read More