EffectIO GP Conditional Logic Dates

Original price was: $29.00.Current price is: $4.99. / year

Drop-in compatible replacement & Licensed Product

Allows Date fields to be used in Gravity Forms conditional logic. Version: 1.2.12 Allows Date fields to be used in Gravity Forms conditional logic.

Released on: 2025-01-14

Single License

Club Membership

17,99 / Month Membership

NEW Activate all licensed items with the free Dashboard

EffectIO Dashboard

Discover when we give away free Plugins

Find out when we give items for Free


Hey! 🎉 Monthly emails, tops. Snag exclusive plugins/themes for $0. They go quick, but you might just get a freebie! 😉

30 Days Money Back Guarantee

Guaranteed pre-activated plugins. Most items work immediately after installation. Open a support ticket to obtain the license keys for the ones that ask for activation.

Free support to install and setup on your site.

GP Conditional Logic Dates 1.2.12

GP Conditional Logic Dates is a powerful Gravity Forms plugin that adds support for evaluating conditional logic based on dates and times. With this plugin, you can easily show or hide fields based on user input dates and times, the current date and time, and even relative dates. It provides flexible options with special merge tags and wildcards to precisely trigger conditional logic.

By using GP Conditional Logic Dates, you can:

  • Show different fields based on when a user is filling out the form
  • Automatically adjust seasonal pricing
  • Send a different notification for after-hours submissions

After installing and activating GP Conditional Logic Dates, you can select Date and Time fields when creating conditional logic rules for your fields and other places where conditional logic is supported. It seamlessly integrates with Gravity Forms’ existing conditional logic UI.

Key Features:

  • Support for static dates, relative dates, days of the week, and wildcards
  • Four comparison operators (is, is not, greater than, less than)
  • Create date ranges or exclude specific dates
  • Compare user input to the current date
  • Apply conditional logic based on specific days of the week
  • Target specific days of the month, months, or years using wildcards
  • Compare Time fields to static times

This plugin is part of Gravity Perks, a suite of 47 essential Gravity Forms addons. When you get this plugin from EffectIO, you can update it via the EffectIO Dashboard and it comes pre-activated. You also get GPL code and premium support from EffectIO.

Don’t miss out on EffectIO’s super deals with 30 to 90 percent discounts on premium WordPress plugins!

Allows Date fields to be used in Gravity Forms conditional logic.

1.2.18
  • Fixed issue where Conditional Logic Dates did not work with the [Field to Field Conditional Logic snippet](https://github.com/gravitywiz/snippet-library/blob/master/gravity-forms/gw-field-to-field-conditional-logic.php).
1.2.17
  • Fixed PHP warning. (Credit: [@navidabdi](https://github.com/navidabdi), [@sun](https://github.com/sun))
1.2.16
  • Fixed issue where using "greater than" or "less than" to compare a Date field with a blank value no longer worked. While this restores that functionality, please considered it deprecated. Use "is" or "is not" to confirm if a Date field has a value.
  • Fixed issue where blank rule values could generate a fatal error when using the greater than or less than operator.
1.2.15
  • Fixed an issue where checking for an empty Date field via conditional logic did not work as expected.
1.2.14
  • Updated remaining references to `String.prototype.format()` to use `String.prototype.gformFormat()` as the former is removed in Gravity Forms 2.8.
1.2.13
  • Added `%nextYear%` variable to allow including the next year in a {today} modifier. Example: `{today:first Monday of September %nextYear%}`
1.2.12
  • Updated references to `String.prototype.format()` to use `String.prototype.gformFormat()` as the former will be removed in Gravity Forms 2.8.
1.2.11
  • Added new [`gpcld_use_visitor_timezone`](https://gravitywiz.com/documentation/gpcld_use_visitor_timezone/) filter hook.
1.2.10
  • Fixed an issue with conditional logic flyout click.
1.2.9
  • Fixed performance issue when working with lots of date-based conditional logic rules.
1.2.8
  • Fixed PHP 8 warnings.
1.2.7
  • Fixed potential PHP 8 warnings.
1.2.6
  • Added German translations. Credit: Florian Rinnhofer of sportunion.at
1.2.5
  • Fixed notice generated when a rule's field ID property was not a numeric field ID.
1.2.4
  • Fixed issue where invalid operators appeared for Current Time conditional logic rules.
  • Added support for the `gpcldBaseDate` property to support our new [Auto Rule Groups](https://github.com/gravitywiz/snippet-library/blob/master/gp-conditional-logic-dates/gpcld-auto-rule-groups.php) snippet.
1.2.3
  • Added support for processing conditions if date fields are HTML5 date inputs.
1.2.2
  • Fixed issue where conditional logic date/time rules for the Next Button wouldn't reliably save.
1.2.1
  • Updated minimum WordPress version from 3.4.2 to 5.3.0.
1.2
  • Fixed potential PHP notices if fields have been deleted.
  • Updated default frontend behavior to use the server timezone rather than the visitor's device timezone as the backend logic has always validated using the server timezone.
  • Fixed incorrect timezone conversion when using the `gpcld_enable_utc_timezone` JavaScript filter.
  • Added "Update URI" to plugin header to improve security.
1.1.1
  • Fixed an issue where poorly formatted times could result in conditional logic failing.
1.0.16
  • Fixed issues with the new conditional logic flyout in the GF 2.5. form editor. (#5)
  • Fixed issue where any merge tag rule value was replaced instead of only our merge tags.
  • Fixed issue with Gravity Forms 2.5 where field containers no longer used list items.
1.1
  • Fixed issues with the new conditional logic flyout in the GF 2.5. form editor. (#5)
  • Fixed issue where any merge tag rule value was replaced instead of only our merge tags.
  • Fixed issue with Gravity Forms 2.5 where field containers no longer used list items.
1.0.15
  • Fixed issue where month wildcards were not working as expected.
1.0.14
  • Fixed issue where merge tags such as {today} wouldn't work with conditional logic in Gravity Flow steps.
  • Fixed issue where 12pm was treated as midnight of the next day.
1.0.13
  • Fixed JS error generated by time-based conditional logic when Time field was empty.
1.0.12
  • Fixed issue where Read-Only-enabled Datepicker fields were not correctly evaluated when the datepicker was disabled.
1.0.11
  • Fixed issue where specifying non-lowercased am/pm times in time-based conditional logic rules failed to evaluate correctly.
1.0.10
  • Fixed regression where valid timestamps were not correctly identified causing issues with date-based conditional logic evaluation.
1.0.9
  • Fixed issue where conditional logic is evaluated for form object that has not had its date values converted.
1.0.8
  • Fixed notice generated when invalid form is passed via GF filters.
  • Updated plugin author.
1.0.7
  • Fixed issue where dates were not replaced with timestamps on payment callbacks.
1.0.6
  • Updated frontend JS to handle the date selection requirement for conditional logic evaluation to match how it is handled by PHP.
  • Added JS and PHP hook "gpcld_require_date_selection" to disable date selection requirement for conditional logic evaluation.
1.0.5
  • Fixed issue when validating dates in January.
1.0.4
  • Fixed issue with GP Limit Dates where inline datepickers used in conditional logic did not evaluate correctly.
1.0.3
  • Fixed issue where fields with date-based conditional logic appearing in the order summary were not correctly evaluated in the admin. Added support for style/script minification.
  • Fixed whitespace
1.0.2
  • Added support for Date Field and Date Dropdown as the Date Input Type
1.0.1
  • Added support for converting time-based conditional logic to use UTC timezone.
1.0
  • Updated version to 1.0; all features are considered very stable.
  • Updated minimum GF version to 2.0.
1.0
  • Fixed issue where time-based conditionals were not evaulated correctly when based on entry (rather than posted values).
1.0
  • Fixed issue where wildcard date comparision generated a JS error; they were still using the old method for fetching the date format.
1.0
  • Removed input mask from the rule value input for date-based conditional logic rules; allows merge tags to be used (i.e. {today})
1.0
  • Added support for processing conditional logic on GF feeds.
1.0
  • Added support for Time fields.
  • Added support for Datepicker when specifying date-based conditional logic rules.
  • Added support for Time & Datepicker UI helpers when creating date-and-time-based conditional logic rules in other places than the form editor.
  • Updated conditional logic events to use 'gfield_trigger_change' class rather than manually adding logic events to input markup.
  • Updated inline form script; it has been moved to the gp-conditional-logic-dates.js file.
1.0
  • Fixed issue where admin scripts were output before prematurely
1.0
  • Fixed issue caused by WC GF Product Add-ons plugin; prematurely caches values before appropriate functionality can be applied.
1.0
  • Fixed issue when selected date was 01/01/1970.
1.0
  • Fixed issue when comparing a date to the {sunday} special merge tag.
1.0
  • Added support for wildcard rule values: 9/20/* would match Sept 20th of any year.
1.0
  • Fixed issue where date-based conditional logic on Page fields was not processed correctly
1.0
  • Fixed issue where empty dates compared with {sunday} evalulated as true
  • Fixed issue where admin scripts were not enqueued on all applicable pages

Testimonials

Benny O'Brien@benny_obie

The quick response from a friendly team member at @effectioshop honestly caught me off guard.
Nice work!


Stuart Boyle@stuart_boyle

@effectioshop As an eCommerce developer, effectio.org has enabled me to reach higher expectations and my clients are very happy.


22,000+ Users · 180 Countries
Trusted by freelancers, agencies & store owners worldwide

How It Works

Install the free EffectIO Dashboard plugin on your WordPress site. It connects to the EffectIO catalog, detects every premium plugin and theme you own, and gives you a single hub to manage licenses, run updates, and keep your admin panel clean — all from one screen.

One-Click Updates
Update any premium plugin or theme instantly. No manual downloads, no FTP — just click "Update Now."

🔑

License Manager
View, activate, and manage all your license keys in one place. No hunting through emails or vendor dashboards.

🔇

Notification Blocker
Blocks intrusive admin nag screens, upsell banners, and ads that clutter your dashboard. Re-enable anytime.

🛡️

Vendor Request Control
Prevents redundant license-check pings to third-party servers for items you already manage through EffectIO.

📦

Bulk Activation
Club members can activate all eligible plugins and themes at once — one button, zero hassle.

🆓

100% Free
The Dashboard itself costs nothing. Install it and it auto-activates on your domain — no key required.

Get Started in 3 Steps

1

Download & Install

Download the EffectIO Dashboard zip and install it via Plugins → Add New → Upload.

2

Browse & Activate

Open EffectIO → Catalog in your admin panel. The dashboard auto-detects your installed items and matches them to your licenses.

3

Update & Manage

Keep everything current with one-click updates. Manage licenses, block nag notices, and enjoy a cleaner WordPress experience.

Licenses

All WordPress derivative work is GPL-licensed. Most items are pre-activated and ready to use. Some require an activation key — we provide it with your purchase, and the Dashboard lets you apply it in seconds.

Club members enjoy bulk activation: activate every eligible item at once with a single click. No more entering keys one by one.

✅ Money-Back Guarantee

Every item is tested and ships with full features. If something doesn't work and we can't fix it, you get a full refund. We believe premium tools should be accessible — that's why we offer a low-cost subscription so freelancers, small businesses, and agencies can grow without a large upfront investment.

Manage and Update all your sites

17.99 $ / Month Membership

2900 Plugins and Themes. Install, Update, Activate and Delete any plugin. Unlimited Sites. Best WP Agency Deal.

Clean Items

NGO Mission

Always Updated

SSL Connection