Close Menu
Developers ZoneDevelopers Zone
  • WordPress Themes
  • WordPress Plugins
  • Woocommerce plugin
  • Shopify Theme
Latest Contents

Elements Kit All In One Addons for Elementor Page Builder

September 24, 2025

Table Rate Shipping for WooCommerce free download

September 13, 2025

All in One WP Migration Unlimited Extension Free Download

September 2, 2025
Facebook X (Twitter) YouTube LinkedIn
Facebook X (Twitter) YouTube LinkedIn
Developers ZoneDevelopers Zone
  • WordPress Themes

    Elements Kit All In One Addons for Elementor Page Builder

    September 24, 2025

    Table Rate Shipping for WooCommerce free download

    September 13, 2025

    All in One WP Migration Unlimited Extension Free Download

    September 2, 2025

    InBio Personal Portfolio Resume Theme

    September 1, 2025

    Tutor LMS Pro Most Powerful WordPress LMS Plugin

    August 29, 2025
  • WordPress Plugins

    Elements Kit All In One Addons for Elementor Page Builder

    September 24, 2025

    Table Rate Shipping for WooCommerce free download

    September 13, 2025

    All in One WP Migration Unlimited Extension Free Download

    September 2, 2025

    InBio Personal Portfolio Resume Theme

    September 1, 2025

    Tutor LMS Pro Most Powerful WordPress LMS Plugin

    August 29, 2025
  • Woocommerce plugin

    Elements Kit All In One Addons for Elementor Page Builder

    September 24, 2025

    Table Rate Shipping for WooCommerce free download

    September 13, 2025

    All in One WP Migration Unlimited Extension Free Download

    September 2, 2025

    InBio Personal Portfolio Resume Theme

    September 1, 2025

    Tutor LMS Pro Most Powerful WordPress LMS Plugin

    August 29, 2025
  • Shopify Theme

    Elements Kit All In One Addons for Elementor Page Builder

    September 24, 2025

    Table Rate Shipping for WooCommerce free download

    September 13, 2025

    All in One WP Migration Unlimited Extension Free Download

    September 2, 2025

    InBio Personal Portfolio Resume Theme

    September 1, 2025

    Tutor LMS Pro Most Powerful WordPress LMS Plugin

    August 29, 2025
Developers ZoneDevelopers Zone
Home»WordPress Plugins»GRAVITY PERKS CONDITIONAL LOGIC DATES 1.0.15 plugin free download
WordPress Plugins

GRAVITY PERKS CONDITIONAL LOGIC DATES 1.0.15 plugin free download

developerszone.netBy developerszone.netJuly 20, 2020Updated:January 30, 2022No Comments5 Mins Read
GRAVITY PERKS CONDITIONAL LOGIC DATES
Share
Facebook Twitter LinkedIn Pinterest Email

GRAVITY PERKS CONDITIONAL LOGIC DATES

What does it do?

Gravity Forms Conditional Logic Dates allows you show or hide fields based on dates and times!

Documentation

  1. How does it work?
    1. Usage Specifics
  2. How do I enable this functionality?
  3. How do I setup Time-based Conditional Logic?
  4. How do I setup conditional logic based on the current date?
  5. How do I apply conditional logic based on the day of the week?
  6. How do I apply conditional logic based on whether the date is a weekend or weekday?
  7. Related Articles

GRAVITY PERKS CONDITIONAL LOGIC DATES

How does it work?

This perk allows Date fields to be selected when creating conditional logic rules for your fields (and other places conditional logic is supported). It integrates seamlessly with Gravity Forms’ existing conditional logic UI.

After selecting a Date field, you will select the operator for comparison (i.e. less than, greater than, is or is not) and enter the date value to which the Date field should be compared.GRAVITY PERKS CONDITIONAL LOGIC DATES

GRAVITY PERKS CONDITIONAL LOGIC DATES

Usage Specifics

  • Date value must be entered manually using the US date format: MM/DD/YYYY.

This field will be displayed if the date selected in the Date field is greater than June 30, 2015

  • Supported operators: “is”, “is not”, “greater than”, “less than”.
  • Special conditional-logic-only merge tag supported: {today}
    Allows conditional logic to be applied to fields based on whether the selected date is, is not, is greater than or is less than the current date.

This field will be displayed if the selected date is today’s date.

  • {today} merge tag supports modifiers for making date comparisons like:
    • Date is at least 2 weeks away: {today:+2 weeks}
    • Date is no more than 90 days before today: {today:-90 days}
  • Check for a specific day of the week with the {monday}, {tuesday}, {wednesday}, {thursday}, {friday}, {saturday}, {sunday} merge tags.
  • Date Wildcards: If you want to target a specific day of the month, a specific month, or a specific year, you can use the * character as a wildcard.

This field will be displayed if the selected date is within the month of June.This field will be displayed if the selected date falls on the 5th day of every month.This field will be displayed if the selected date is within the year of 2018.GRAVITY PERKS CONDITIONAL LOGIC DATES

  • Special Δ Current Time option allows you to show or hide fields based on the current time.

How do I enable this functionality?

  1. Open the form on which you would like to include this functionality.
  2. Add a datepicker field to your form.
  3. Add any other field that you want to show conditionally.
  4. Open the field and click on the Advanced tab
  5. Click the “Enable Conditional Logic” check box and enter the desire date base logic. (See examples above)
  6. Save your changes by clicking the “Update Form” button.

How do I setup Time-based Conditional Logic?

We’ve created an article walkthrough here guiding you through every step!

How do I setup conditional logic based on the current date?

  1. Add a Date field to your form (it will default to the Datepicker date type).
  2. Name it something like “Today”.
  3. Open the field settings for this field and navigate to the “Advanced” tab.
  4. Set {date_mdy} as the default value (this will automatically populate the current date into this field).
  5. Now you can enable conditional logic on any other field and configure date-based conditions by comparing this field to a date value (see examples above).

Note: If you want to hide the “Today” date field from being visible to the user, you can hide it by add “gf_invisible” to the field’s CSS Class Name setting on the “Appearance” tab.

How do I apply conditional logic based on the day of the week?

We’ll assume you’ve already added a Date field to your form that either will be auto-populated with today’s date (see above) or one in which the user will select a date.

  1. Open the field settings for the field that should be shown/hidden based on the day of the week and navigate to the “Advanced” tab.
  2. Enable Conditional Logic.
  3. Select your Date field from the first drop down.
  4. Select “is” from the second drop down.
  5. Enter “{monday}” (or whichever day of the week you would like to check for) in the last input.

Now this field will only be shown (or hidden) if the selected date falls on the specified day of the week.

gp-conditional-logic-dates-is-monday

How do I apply conditional logic based on whether the date is a weekend or weekday?

First, we’ll tackle checking for weekend dates.

  1. Open the field settings for the field that should be shown/hidden based on the day of the week and navigate to the “Advanced” tab.
  2. Enable Conditional Logic.
  3. Select “Any” from the drop down that contains the options “Any” and “All”.
  4. Select your Date field from the first drop down.
  5. Select “is” from the second drop down.
  6. Enter “{saturday}” in the third input.
  7. Add a new rule by clicking the (+) button at the end of the row and follow steps 4 and 5 again.
  8. Enter “{sunday}” for the third input on the new condition.
gp-conditional-logic-dates-is-weekend

You can follow the same steps to check for a weekday. The only differences are:

  • Select “All” from the drop down that contains the options “Any” and “All”.
  • Select “is not” from the second drop down of each condition.
gp-conditional-logic-dates-is-weekday

Related Articles

  • How to Setup Time-based Conditional Logic for Gravity Forms the Easy Way
  • How to Setup Early Bird Pricing with Gravity Forms
  • Conditionally Display a Field Based on a Recurring Date




See How To Download

GRAVITY PERKS CONDITIONAL LOGIC DATES
Share. Facebook Twitter Pinterest LinkedIn WhatsApp Reddit Email
developerszone.net
  • Website
  • Facebook

Related Posts

Elements Kit All In One Addons for Elementor Page Builder

September 24, 2025

Table Rate Shipping for WooCommerce free download

September 13, 2025

All in One WP Migration Unlimited Extension Free Download

September 2, 2025
RECENT CONTENTS
  • Elements Kit All In One Addons for Elementor Page Builder September 24, 2025
  • Table Rate Shipping for WooCommerce free download September 13, 2025
  • All in One WP Migration Unlimited Extension Free Download September 2, 2025
  • InBio Personal Portfolio Resume Theme September 1, 2025
  • Tutor LMS Pro Most Powerful WordPress LMS Plugin August 29, 2025
  • Tijarah Digital Goods Store WordPress Theme Free Download August 25, 2025
  • MeFit Fitness Shopify Theme Gym Store August 21, 2025
  • Crazy Fashion Shopify Responsive Theme August 21, 2025
  • Medik Medical Shopify Theme August 21, 2025
  • MAXCOLT Minimal Clean Fashion Shopify Theme August 21, 2025
Stay In Touch
  • Facebook
  • Twitter
  • Pinterest
  • Instagram
  • YouTube
  • Vimeo
Categories
  • Shopify Themes (201)
  • Web design (47)
  • Woocommerce Plugin (369)
  • WordPress Plugins (1,053)
  • WordPress Themes (686)
About DevelopersZone
About DevelopersZone

DevelopersZone is a sister concern of CodemanBD. We provide premium contents on WordPress Themes, Plugins, Shopify Themes & Woocommerce Addons.

Facebook X (Twitter) YouTube LinkedIn
Recent Content

Elements Kit All In One Addons for Elementor Page Builder

September 24, 2025

Table Rate Shipping for WooCommerce free download

September 13, 2025
Our Content Categories
  • Shopify Themes
  • Web design
  • Woocommerce Plugin
  • WordPress Plugins
  • WordPress Themes
© 2025 Developerszone.net. Designed by Iqbal Tasif.

Type above and press Enter to search. Press Esc to cancel.