Gravity Forms Event Field Changelog

Release notes and version history for Gravity Forms Event Field . The Gravity Forms Event Field add-on enables you to simplify event creation by combining multiple inputs into one powerful field.

1.5.0 on July 17, 2025

This update enhances the Event field's flexibility by allowing customization of field label positioning and providing an option to hide the End Date input, while also fixing issues with default time configurations for all-day events.

🚀 Added

  • Option to hide the End Date input in the Event field settings.
  • Field labels (e.g., "Start Date", "End Date", "Start Time") can now be positioned above or below their input fields.

🐛 Fixed

  • Configuring default start/end times in the Event field caused "All Day" events to display time values.

🔄 Updated

Version 1.5.0 permalink

1.4.3 on March 10, 2025

This release fixes errors related to the Event field and a missing PHP extension.

🐛 Fixed

  • PHP warning when displaying the Event field.
  • Fatal error that could occur when the PHP Intl extension is missing.
Version 1.4.3 permalink

1.4.2 on March 4, 2025

🚀 Added

  • The repeat input is modified if we are in the admin or in the edit entry view.

🐛 Fixed

  • Potential fatal error when GravityView is not installed.

Developer Notes

  • Added: gk/field-event/inputs/repeat-input filter to modify the repeat input, in place of the deprecated gv_event_field_repeat_input_value filter.
  • Deprecated: gv_event_field_repeat_input_value filter.
Version 1.4.2 permalink

1.4.1 on February 20, 2025

This release fixes an issue related to editing entries with repeating events in GravityView.

🚀 Fixed

  • Editing an entry in GravityView caused repeating event data to be lost.

🔄 Updated

Version 1.4.1 permalink

1.4.0 on January 30, 2025

This release allows formatting Event field date inputs and improves Orbital theme compatibility.

🚀 Added

  • :format merge tag modifier for Event field date inputs (requires GravityView 2.33+).

✨ Improved

  • Compatibility with Gravity Forms Orbital form theme.

🔄 Updated

Version 1.4.0 permalink

1.3.1 on November 21, 2024

This release resolves a timezone-related fatal error and fixes a non-critical PHP notice in WordPress 6.7 and newer.

🐛 Fixed

  • Fatal error caused by incorrect handling of timezone offsets.
  • PHP notice in WordPress 6.7 caused by initializing product translations too early.

🔄 Updated

Version 1.3.1 permalink

1.3.0 on August 28, 2024

This release fixes a validation error and adds Event field-related inputs to the GravityView Search Bar widget, enabling searches by event start/end dates and timezone.

🚀 Added

  • Ability to search entries in GravityView 2.28 or newer by Event field start and end dates, as well as timezone.

🐛 Fixed

  • Validation error when submitting events that end on the following day but have an earlier end time than the start time.

🔧 Updated

Version 1.3.0 permalink

1.2.0 on August 7, 2024

This update reduces redundant input by automatically setting related date fields.

🔧 Updated

✨ Improved

  • End Date field now defaults to the Start Date when left empty, avoiding duplicate input.
Version 1.2.0 permalink

1.1.1 on July 17, 2024

This update ensures field validation respects Gravity Forms "Required" field rules.

🐛 Fixed

  • Field validation was not properly handled: the field now respects Gravity Forms "Required" field rules.
Version 1.1.1 permalink

1.1.0 on June 26, 2024

  • Added: The subfields from the event field can be filtered with conditional logic and Advanced Filters.
  • Fixed: Recurring events are properly retrieved using Ajax requests.
  • Fixed: All fields were rendered when selecting an Event subfield.
  • Fixed: Recurrence sometimes did not use the correct timezone.
  • Fixed: 24-hours time could not be entered properly due to an input mask.

Developer Notes:

  • Modified: Renamed GravityKitEventFieldGF_Addon to GravityKitEventFieldEventAddon
  • Modified: Renamed GravityKitEventFieldGF_Field to GravityKitEventFieldEventField
Version 1.1.0 permalink