Gravity Forms Connector Reference

1 metrics103 dimensions

The Gravity Forms connector exposes 104 fields (1 metrics, 103 dimensions). Every field ID below can be passed to the Windsor.ai API in the fields parameter.


Gravity Forms Fields

Gravity Forms Entries fields

The Entries report of the Gravity Forms connector includes 21 fields.

IDTypeNameDescription
entries_created_byTEXTEntry Created ByNull or the ID of the logged-in user who submitted the form.
entries_currencyTEXTEntry CurrencyThe three character ISO 4217 currency code used by the submission for any pricing fields and payment add-ons.
entries_date_createdDATEEntry Date CreatedThe UTC date and time the entry was created. Format: YYYY-MM-DD HH:MM:SS
entries_date_updatedTIMESTAMPEntry Date UpdatedThe UTC date and time the entry was most recently updated.Format: YYYY-MM-DD HH:MM:SS
entries_form_idTEXTEntry Form IDThe ID of the form the entry was created by.
entries_idTEXTEntry ID (internal)The unique ID assigned to the entry by the database.
entries_ipTEXTEntry Submitter IP addressThe IP address of the user who submitted the form.
entries_is_fulfilledBOOLEANIs FulfilledIndicates if the entry/order has been fulfilled. true when fulfilled, false when not fulfilled.
entries_is_readBOOLEANEntry Is ReadIndicates if the entry has been viewed. true when viewed, false when not viewed.
entries_is_starredBOOLEANEntry Is StarredIndicates if the entry has been starred (i.e., marked with a star). true when starred, false when not starred.
entries_payment_amountNUMERICEntry Payment AmountTransaction amount without the currency symbol.
entries_payment_dateDATEEntry Payment DateUTC date and time the transaction was processed. Format: YYYY-MM-DD HH:MM:SS
entries_payment_statusTEXTEntry Payment StatusStatus (limited to 15 characters) of the transaction processed by a payment add-on. Possible values: Authorized, Paid, Processing, Pending, Active, Expired, Failed, Cancelled, Approved, Reversed, Refunded, Voided, or a custom value set by a third-party add-on.
entries_post_idTEXTEntry Post IDNull or the ID of the post created by legacy post fields. This is not used by the Advanced Post Creation add-on.
entries_source_idTEXTEntry Source IDID of the post or page where the form was embedded at the time the entry was saved. Since Gravity Forms 2.9.
entries_source_urlTEXTEntry Source UrlThe URL of the request that saved the entry, limited to 200 characters. Usually, the URL of the page where the form is embedded. It can also contain the Admin Ajax or REST endpoint URL if the entry was created by an Ajax or REST API request.
entries_statusTEXTEntry StatusThe current status of the entry. Possible values: active, spam, trash
entries_transaction_idTEXTEntry Transaction IDID of the transaction returned by the payment gateway.
entries_transaction_typeTEXTEntry Transaction TypeIndicates the transaction type of the entry/order. 1 for a one-time payment (product/service type feed), 2 for a subscription.
entries_user_agentTEXTEntry Submitter User AgentThe user agent string (limited to 250 characters) from the browser the user used to submit the form. Helps identify the browser, operating system, and device used to submit the form, but it can be unreliable.
entries_valueTEXTEntry ValueEntry Value

Gravity Forms Form Fields fields

The Form Fields report of the Gravity Forms connector includes 17 fields.

IDTypeNameDescription
forms_fields_enableautocompleteBOOLEANForm Field Enable AutocompleteForm Field Enable Autocomplete
forms_fields_errormessageTEXTForm Field Error MessageForm Field Error Message
forms_fields_idTEXTForm Field IDForm Field ID
forms_fields_inputs_choicesTEXTForm Field Input ChoicesForm Field Input Choices
forms_fields_inputs_idTEXTForm Field Input IDForm Field Input ID
forms_fields_inputs_inputtypeTEXTForm Field Input Input TypeForm Field Input Input Type
forms_fields_inputs_ishiddenBOOLEANForm Field Input Is HiddenForm Field Input Is Hidden
forms_fields_inputs_labelTEXTForm Field Input LabelForm Field Input Label
forms_fields_inputs_nameTEXTForm Field Input NameForm Field Input Name
forms_fields_inputs_placeholderTEXTForm Field Input PlaceholderForm Field Input Placeholder
forms_fields_inputtypeTEXTForm Field Input TypeForm Field Input Type
forms_fields_isrequiredBOOLEANForm Field Is RequiredForm Field Is Required
forms_fields_labelTEXTForm Field LabelForm Field Label
forms_fields_maxlengthTEXTForm Field Max LengthForm Field Max Length
forms_fields_noduplicatesBOOLEANForm Field No DuplicatesForm Field No Duplicates
forms_fields_typeTEXTForm Field TypeForm Field Type
forms_fields_visibilityTEXTForm Field VisibilityForm Field Visibility

Gravity Forms Forms fields

The Forms report of the Gravity Forms connector includes 45 fields.

Gravity Forms Forms fields (forms_button_imageurl to forms_schedulestarthour)

IDTypeNameDescription
forms_button_imageurlIMAGE_URLForm Button Image URLContains the URL for the image button.
forms_button_layoutgridcolumnspanTEXTForm Button Layout Grid Column SpanThe number of layout grid columns the button spans.
forms_button_locationTEXTForm Button LocationThe button location.
forms_button_textTEXTForm Button TextContains the button text.
forms_button_typeTEXTForm Button TypeSpecifies the type of button to be displayed.
forms_button_widthTEXTForm Button WidthThe button width.
forms_cssclassTEXTForm CSS ClassOne or more space separated custom class names that will be added to the class attribute on the <form> tag.
forms_date_createdDATEForm Date CreatedThe date form was created in the format YYYY-MM-DD HH:MM:SS
forms_descriptionTEXTForm Description (Gravity Forms)The form description.
forms_descriptionplacementTEXTForm Description PlacementThe default location of the field descriptions.
forms_enableanimationBOOLEANForm Enable AnimationIndicates conditional logic should use a slide animation when displaying and hiding fields and buttons.
forms_enablehoneypotBOOLEANForm Enable HoneypotIndicates if the anti-spam honeypot feature is enabled.
forms_idTEXTForm ID (Gravity Forms)The form ID.
forms_is_activeBOOLEANForm Is ActiveThe form active/inactive status.
forms_is_trashBOOLEANForm Is TrashIndicates if the form is in the trash.
forms_labelplacementTEXTForm Label PlacementThe default location of the field labels.
forms_limitentriesBOOLEANForm Limit EntriesIndicates if there is a limit on the number of entries this form can have.
forms_limitentriescountTEXTForm Limit Entries CountThe total number of entries that can be created for this form during the period defined for forms_limitentriesperiod.
forms_limitentriesmessageTEXTForm Limit Entries MessageThe message that will be displayed when the limit is reached.
forms_limitentriesperiodTEXTForm Limit Entries PeriodThe period the limit is based on. Possible values: An empty string to indicate the limit is based on the total number of entries that exist for the form regardless of when they were submitted. day: the limit resets daily.week: the limit resets weekly.month: the limit resets monthly.year: the limit resets yearly.
forms_markupversionTEXTForm Markup VersionIndicates which version of the form markup should be used. Possible values: 1: Indicates legacy markup (pre-2.5) is enabled.2: Indicates the accessible markup introduced in v2.5 should be used.
forms_postcontenttemplateTEXTForm Post Content TemplateTemplate to be used when creating the post content.
forms_postcontenttemplateenabledBOOLEANForm Post Content Template EnabledDetermines if the post template functionality is enabled. When enabled, the post content will be created based on the template specified by forms_postcontenttemplate.
forms_posttitletemplateTEXTForm Post Title TemplateTemplate to be used when creating the post title.
forms_posttitletemplateenabledBOOLEANForm Post Title Template EnabledDetermines if the post title template functionality is enabled. When enabled, the post title will be created based on the template specified by forms_posttitletemplate.
forms_requireloginBOOLEANForm Enable LoginIndicates if the user must be logged in to access the form.
forms_requireloginmessageTEXTForm Require Login MessageThe message to be displayed when the user isn’t logged in.
forms_save_button_textTEXTForm Save Button TextThe button text on the form Save button.
forms_save_button_typeTEXTForm Save Button TypeThe 'Save' button type.
forms_save_enabledBOOLEANForm Save Button EnabledIndicates if the save and continue later feature is enabled for the form.
forms_scheduleendTEXTForm Schedule EndDate in the format (MM/DD/YYYY) that the form will become unavailable.
forms_scheduleendampmTEXTForm Schedule End AM PMIndicates if the scheduleEndHour is before or after midday.
forms_scheduleendhourTEXTForm Schedule End HourHour (1 to 12) that the form will become unavailable.
forms_scheduleendminuteTEXTForm Schedule End MinuteMinute that the form will become unavailable.
forms_scheduleformBOOLEANForm Schedule FormIndicates if the form should only be available during a scheduled period of time.
forms_schedulemessageTEXTForm Schedule MessageThe message to be displayed when the form is no longer available.
forms_schedulependingmessageTEXTForm Schedule Pending MessageThe message to be displayed when the form is not yet available.
forms_schedulestartTEXTForm Schedule StartDate in the format (MM/DD/YYYY) that the form will become available.
forms_schedulestartampmTEXTForm Schedule Start AM PMIndicates if the scheduleStartHour is before or after midday. Possible values: am or pm
forms_schedulestarthourTEXTForm Schedule Start HourHour (1 to 12) that the form will become available.

Gravity Forms Forms fields (forms_schedulestartminute to forms_version)

IDTypeNameDescription
forms_schedulestartminuteTEXTForm Schedule Start MinuteMinute that the form will become available.
forms_sublabelplacementTEXTForm Sublabel PlacementThe default location of the field sub labels.
forms_titleTEXTForm TitleThe form title.
forms_usecurrentuserasauthorBOOLEANForm Use Current User As AuthorIndicates if the user logged in at the time the form is submitted should be the author.
forms_versionTEXTForm VersionThe Gravity Forms version used to create the form.

Gravity Forms General fields

The General report of the Gravity Forms connector includes 3 fields.

IDTypeNameDescription
account_idTEXTAccount IDAd account ID.
account_nameTEXTAccount NameAd account name.
dateDATEDateDate.

Gravity Forms other fields

The Gravity Forms connector has 18 fields that do not belong to a named report, or belong to a report with only one or two fields.

IDTypeNameDescriptionReport
data_fetched_atTIMESTAMPData fetched atUTC timestamp (second precision) of when the connector request that pulled the row started. Freshly pulled rows show this request's start time; cache hits keep the start time of the request that filled the cache. Selecting this field disables aggregation, so rows are returned individually (each keeping its own fetch time) instead of being summed.
datasourceTEXTData SourceThe name of the Windsor connector returning the row
day_of_monthTEXTDay of monthDay of the month
monthTEXTMonthNumber of the month
nowTIMESTAMPNowCurrent timestamp
sourceTEXTSourceThe name of the Windsor connector returning the row
todayDATETodayToday's date
weekTEXTWeekWeek (Sun-Sat).
week_dayTEXTDay of week and day numberWeekday number and name combined (Sun-Sat).Numbered from 0 Sunday to 6 Saturday.
week_day_isoTEXTDay of week and day number, ISOWeekday number and name combined, ISO format (Mon-Sun).Numbered from 1 Monday to 7
week_isoTEXTWeek ISOWeek, ISO format (Mon-Sun).
yearTEXTYearYear
year_monthTEXTYearmonthYear and month, e.g. 2024|3
year_month_nameTEXTYear month nameYear and month with the month name written out, e.g. "Jan 2025".
year_of_weekTEXTYear of weekThe year that contains first day of the week (Sun-Sat).
year_of_week_isoTEXTYear of week, ISOThe year that contains first day of the ISO week (Mon-Sun).
year_weekTEXTYear weekYear and week for US weeks (Sun-Sat), e.g. 2024|15
year_week_isoTEXTYear week ISOYear and week for ISO weeks (Mon-Sun), e.g. 2024|20