Add an “Event” field type to Gravity Forms for easier event management (supports recurring events!)
Create better event forms
Add an “Event” field to your forms so you can easily collect event information. The “Event” field also supports repeating events with a user-defined repeat frequency.
Simplify your data collection
Simplify creating events in Gravity Forms by bundling multiple input fields into a single powerful field. The “Event” field type includes inputs for all the necessary event information such as Start Date, End Date, Start Time, End Time, Timezone and Status.
Event management made easy
The Gravity Forms “Event” field integrates with our GravityCalendar add-on for better event management; allow users to submit events through your form and display them on a simple but powerful calendar.
Yes! The Gravity Forms Event field plugin allows you to create recurring events.
I don’t have GravityCalendar. Can I still use the Event field?
Yes. The Gravity Forms Event field plugin functions as a standalone add-on to Gravity Forms. It’s free for anyone to use, and still much easier than creating events any other way. But if you’re looking to display your events on a calendar, give GravityCalendar a try!
Can I change the date format?
Yes. In the Field Settings, there’s an option to change the date format used for the Start Date and End Date inputs.
Gravity Forms Event Field Changelog
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.
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.
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.