{"id":6396,"date":"2014-05-13T16:31:10","date_gmt":"2014-05-13T20:31:10","guid":{"rendered":"http:\/\/localhost\/documentation\/"},"modified":"2024-12-15T23:54:58","modified_gmt":"2024-12-16T04:54:58","slug":"entry-object","status":"publish","type":"post","link":"https:\/\/docs.gravityforms.com\/entry-object\/","title":{"rendered":"Entry Object"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\" id=\"h-introduction\">Introduction<\/h2>\n\n\n\n<p>The Entry object contains all properties of a particular entry (i.e. date created, client IP, submitted field values, etc&#8230;). It is formatted as an associative array with field Ids being the key to that field&#8217;s data.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-properties\">Properties<\/h2>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th>Prop<\/th><th>Type<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td><strong>id<\/strong><\/td><td><a href=\"https:\/\/docs.gravityforms.com\/integer\" target=\"_blank\" rel=\"noreferrer noopener\">integer<\/a><\/td><td>The unique ID assigned to the entry by the database.<\/td><\/tr><tr><td><strong>form_id<\/strong><\/td><td><a href=\"https:\/\/docs.gravityforms.com\/integer\" target=\"_blank\" rel=\"noreferrer noopener\">integer<\/a><\/td><td>The ID of the form the entry was created by.<\/td><\/tr><tr><td><strong>created_by<\/strong><\/td><td><a href=\"https:\/\/docs.gravityforms.com\/null\" target=\"_blank\" rel=\"noreferrer noopener\">null<\/a>|<a href=\"https:\/\/docs.gravityforms.com\/integer\" target=\"_blank\" rel=\"noreferrer noopener\">integer<\/a><\/td><td>Null or the ID of the logged-in user who submitted the form.<\/td><\/tr><tr><td><strong>date_created<\/strong><\/td><td><a href=\"https:\/\/docs.gravityforms.com\/string\" target=\"_blank\" rel=\"noreferrer noopener\">string<\/a><\/td><td>The UTC date and time the entry was created.<br>Format: <code>YYYY-MM-DD HH:MM:SS<\/code><\/td><\/tr><tr><td><strong>date_updated<\/strong><\/td><td><a href=\"https:\/\/docs.gravityforms.com\/string\" target=\"_blank\" rel=\"noreferrer noopener\">string<\/a><\/td><td>The UTC date and time the entry was most recently updated.<br>Format: <code>YYYY-MM-DD HH:MM:SS<\/code><\/td><\/tr><tr><td><strong>is_starred<\/strong><\/td><td><a href=\"https:\/\/docs.gravityforms.com\/bool\/\" target=\"_blank\" rel=\"noreferrer noopener\">bool<\/a>|<a href=\"https:\/\/docs.gravityforms.com\/integer\" target=\"_blank\" rel=\"noreferrer noopener\">integer<\/a><\/td><td>Indicates if the entry has been starred (i.e., marked with a star). <br><code>true<\/code> or <code>1<\/code> when starred.<br><code>false<\/code> or <code>0<\/code> when not starred.<\/td><\/tr><tr><td><strong>is_read<\/strong><\/td><td><a href=\"https:\/\/docs.gravityforms.com\/bool\/\" target=\"_blank\" rel=\"noreferrer noopener\">bool<\/a>|<a href=\"https:\/\/docs.gravityforms.com\/integer\" target=\"_blank\" rel=\"noreferrer noopener\">integer<\/a><\/td><td>Indicates if the entry has been viewed.<br><code>true<\/code> or <code>1<\/code> when viewed.<br><code>false<\/code> or <code>0<\/code> when not viewed.<\/td><\/tr><tr><td><strong>ip<\/strong><\/td><td><a href=\"https:\/\/docs.gravityforms.com\/string\" target=\"_blank\" rel=\"noreferrer noopener\">string<\/a><\/td><td>The IP address of the user who submitted the form. <\/td><\/tr><tr><td><strong>source_url<\/strong><\/td><td><a href=\"https:\/\/docs.gravityforms.com\/string\" target=\"_blank\" rel=\"noreferrer noopener\">string<\/a><\/td><td>The 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.<\/td><\/tr><tr><td><strong>post_id<\/strong><\/td><td><a href=\"https:\/\/docs.gravityforms.com\/null\" target=\"_blank\" rel=\"noreferrer noopener\">null<\/a>|<a href=\"https:\/\/docs.gravityforms.com\/integer\" target=\"_blank\" rel=\"noreferrer noopener\">integer<\/a><\/td><td>Null or the ID of the post created by legacy post fields.<br>This is not used by the Advanced Post Creation add-on.<\/td><\/tr><tr><td><strong>user_agent<\/strong><\/td><td><a href=\"https:\/\/docs.gravityforms.com\/string\" target=\"_blank\" rel=\"noreferrer noopener\">string<\/a><\/td><td>The 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.<\/td><\/tr><tr><td><strong>status<\/strong><\/td><td><a href=\"https:\/\/docs.gravityforms.com\/string\" target=\"_blank\" rel=\"noreferrer noopener\">string<\/a><\/td><td>The current status of the entry.<br>Possible values: <code>active<\/code>, <code>spam<\/code>, <code>trash<\/code><\/td><\/tr><tr><td><strong>currency<\/strong><\/td><td><a href=\"https:\/\/docs.gravityforms.com\/string\" target=\"_blank\" rel=\"noreferrer noopener\">string<\/a><\/td><td>The three character <a href=\"https:\/\/en.wikipedia.org\/wiki\/ISO_4217#Active_codes\" target=\"_blank\" rel=\"noreferrer noopener\">ISO 4217<\/a> currency code used by the submission for any pricing fields and payment add-ons.<\/td><\/tr><tr><td><strong>payment_status<\/strong><\/td><td><a href=\"https:\/\/docs.gravityforms.com\/null\" target=\"_blank\" rel=\"noreferrer noopener\">null<\/a>|<a href=\"https:\/\/docs.gravityforms.com\/string\" target=\"_blank\" rel=\"noreferrer noopener\">string<\/a><\/td><td>Null or the status (limited to 15 characters) of the transaction processed by a payment add-on.<br>Possible values: <code>Authorized<\/code>, <code>Paid<\/code>, <code>Processing<\/code>, <code>Pending<\/code>, <code>Active<\/code>, <code>Expired<\/code>, <code>Failed<\/code>, <code>Cancelled<\/code>, <code>Approved<\/code>, <code>Reversed<\/code>, <code>Refunded<\/code>, <code>Voided<\/code>, or a custom value set by a third-party add-on.<br><\/td><\/tr><tr><td><strong>payment_date<\/strong><\/td><td><a href=\"https:\/\/docs.gravityforms.com\/null\" target=\"_blank\" rel=\"noreferrer noopener\">null<\/a>|<a href=\"https:\/\/docs.gravityforms.com\/string\" target=\"_blank\" rel=\"noreferrer noopener\">string<\/a><\/td><td>Null or the UTC date and time the transaction was processed.<br>Format: <code>YYYY-MM-DD HH:MM:SS<\/code><\/td><\/tr><tr><td><strong>payment_amount<\/strong><\/td><td><a href=\"https:\/\/docs.gravityforms.com\/null\" target=\"_blank\" rel=\"noreferrer noopener\">null<\/a>|<a href=\"https:\/\/docs.gravityforms.com\/integer\/\" target=\"_blank\" rel=\"noreferrer noopener\">integer<\/a>|<a href=\"https:\/\/docs.gravityforms.com\/float\/\" target=\"_blank\" rel=\"noreferrer noopener\">float<\/a><\/td><td>Null or the transaction amount without the currency symbol.<\/td><\/tr><tr><td><strong>transaction_id<\/strong><\/td><td><a href=\"https:\/\/docs.gravityforms.com\/null\" target=\"_blank\" rel=\"noreferrer noopener\">null<\/a>|<a href=\"https:\/\/docs.gravityforms.com\/string\" target=\"_blank\" rel=\"noreferrer noopener\">string<\/a><\/td><td>Null or the ID of the transaction returned by the payment gateway.<\/td><\/tr><tr><td><strong>is_fulfilled<\/strong><\/td><td><a href=\"https:\/\/docs.gravityforms.com\/null\" target=\"_blank\" rel=\"noreferrer noopener\">null<\/a>|<a href=\"https:\/\/docs.gravityforms.com\/bool\/\" target=\"_blank\" rel=\"noreferrer noopener\">bool<\/a>|<a href=\"https:\/\/docs.gravityforms.com\/integer\" target=\"_blank\" rel=\"noreferrer noopener\">integer<\/a><\/td><td>Indicates if the entry\/order has been fulfilled.<br><code>true<\/code> or <code>1<\/code> when fulfilled.<br><code>false<\/code> or <code>0<\/code> when not fulfilled.<\/td><\/tr><tr><td><strong>transaction_type<\/strong><\/td><td><a href=\"https:\/\/docs.gravityforms.com\/null\" target=\"_blank\" rel=\"noreferrer noopener\">null<\/a>|<a href=\"https:\/\/docs.gravityforms.com\/integer\/\" target=\"_blank\" rel=\"noreferrer noopener\">integer<\/a><\/td><td>Indicates the transaction type of the entry\/order.<br><code>1<\/code> for a one-time payment (product\/service type feed).<br><code>2<\/code> for a subscription.<\/td><\/tr><tr><td><strong>source_id<\/strong><\/td><td><a href=\"https:\/\/docs.gravityforms.com\/null\" target=\"_blank\" rel=\"noreferrer noopener\">null<\/a>|<a href=\"https:\/\/docs.gravityforms.com\/integer\" target=\"_blank\" rel=\"noreferrer noopener\">integer<\/a><\/td><td>Null or the ID of the post or page where the form was embedded at the time the entry was saved.<br>Since Gravity Forms 2.9.<\/td><\/tr><tr><td><code>...[Field or Input ID]<\/code><\/td><td>mixed<\/td><td>Each field or input value is accessible in the entry using the field or input ID as the key to the value.<\/td><\/tr><tr><td><code>...[Meta Key]<\/code><\/td><td>mixed<\/td><td>Add-ons can register additional meta, some of which is accessible in the entry using the meta key as the key to the value.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-usage\">Usage<\/h2>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; auto-links: false; gutter: false; title: ; quick-code: false; notranslate\" title=\"\">\nrgar( $entry, 'date_created' ); \/\/ returns the entry date\nrgar( $entry, '1' );    \/\/ returns the value associated with field 1 (This would be for fields with single input like Text, Number, Drop Down, etc...)\nrgar( $entry, '1.3' );  \/\/ returns the value associated with the first name portion of a simple name field 1\nrgar( $entry, '1.6' );  \/\/ returns the value associated with the last name portion of a simple name field 1\nrgar( $entry, '2.4' );  \/\/ returns the value associated with the state input for the address field 2\nrgar( $entry, '5.1' );  \/\/ returns the field label for a single product that has id 5\nrgar( $entry, '5.1' );  \/\/ returns the field label for a single product that has id 5\nGFCommon::to_number( rgar( $entry, '5.2' ) );  \/\/ returns the field price, without currency symbol, for a single product that has id 5\nrgar( $entry, '5.3' );  \/\/ returns the field quantity for a single product that has id 5\n<\/pre><\/div>\n\n\n<h3 class=\"wp-block-heading\" id=\"h-list-field\">List Field<\/h3>\n\n\n\n<p>Because the List field type has a complex structure with multiple rows and columns, it is stored in a serialized format. To work with its data, you must first unserialize the field.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; auto-links: false; gutter: false; title: ; quick-code: false; notranslate\" title=\"\">\nmaybe_unserialize( rgar( $entry, '3' ) ); \/\/ unserialize values associated with list field 3\n<\/pre><\/div>\n\n\n<h3 class=\"wp-block-heading\" id=\"h-checkboxes-field\">Checkboxes Field<\/h3>\n\n\n\n<p>To easily obtain a comma-separated string of selected checkboxes without manually iterating through each input, use the <code>get_value_export<\/code> method of the field object. For example:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; auto-links: false; gutter: false; title: ; quick-code: false; notranslate\" title=\"\">\n$field_id = 18; \/\/ Update this number to your field id number\n$field = GFAPI::get_field( $form_or_id, $field_id );\n$value = is_object( $field ) ? $field-&gt;get_value_export( $entry ) : &#039;&#039;;\n<\/pre><\/div>\n\n\n<p>The <code>get_value_export<\/code> method returns a comma-separated list of the <em>values<\/em> for selected choices. If you want to retrieve the actual <em>choice<\/em> text instead, you&#8217;ll need to use a different approach.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; auto-links: false; gutter: false; title: ; quick-code: false; notranslate\" title=\"\">\n$value = is_object( $field ) ? $field-&gt;get_value_export( $entry, $field_id, true ) : &#039;&#039;;\n<\/pre><\/div>\n\n\n<p>You can easily convert the comma-separated list to an array using PHP&#8217;s <a href=\"http:\/\/php.net\/manual\/en\/function.explode.php\">explode()<\/a> function.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-add-on-field-values\">Add-On Field Values<\/h3>\n\n\n\n<p>See the following pages for details about the entry values for fields added by add-ons:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"GF_Field_Coupon\">Coupon<\/a><\/li>\n\n\n\n<li><a href=\"GF_Field_Dropbox\">Dropbox Upload<\/a><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-entry-json\">Entry JSON<\/h2>\n\n\n\n<p>This example shows how an entry array would look when formatted as JSON for use by the <a href=\"https:\/\/docs.gravityforms.com\/category\/add-ons-gravity-forms\/wp-cli-add-on\/\">Gravity Forms CLI Add-On<\/a>.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: jscript; title: ; notranslate\" title=\"\">\n{\n    \"1\": \"Third Choice\",\n    \"2\": \"This is text content\",\n    \"id\": \"1\",\n    \"form_id\": \"1\",\n    \"date_created\": \"2016-03-22 19:13:19\",\n    \"is_starred\": 0,\n    \"is_read\": 0,\n    \"ip\": \"192.168.50.1\",\n    \"source_url\": \"http:\\\\\/\\\\\/local.wordpress.dev\\\\\/?gf_page=preview&amp;amp;id=1\",\n    \"post_id\": null,\n    \"currency\": \"USD\",\n    \"payment_status\": null,\n    \"payment_date\": null,\n    \"transaction_id\": null,\n    \"payment_amount\": null,\n    \"payment_method\": null,\n    \"is_fulfilled\": null,\n    \"created_by\": \"1\",\n    \"transaction_type\": null,\n    \"user_agent\": \"Mozilla\\\\\/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit\\\\\/537.36 (KHTML, like Gecko) Chrome\\\\\/48.0.2564.116 Safari\\\\\/537.36\",\n    \"status\": \"active\"\n}\n<\/pre><\/div>","protected":false},"excerpt":{"rendered":"<p>The Entry object contains all properties of a particular entry (i.e. date created, client IP, submitted field values, etc&#8230;). It is formatted as an associative array with field Ids being the key to that field&#8217;s data.<\/p>\n","protected":false},"author":16,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_autodraft_ids":[],"jetpack_post_was_ever_published":false,"_sb_is_suggestion_mode":false,"_sb_show_suggestion_boards":false,"_sb_show_comment_boards":false,"_sb_suggestion_history":"","_sb_update_block_changes":"","_is_real_time_mode":false,"_realtime_collaborators":"","footnotes":"","cf_checklist_status":[]},"categories":[12532],"tags":[],"class_list":["post-6396","post","type-post","status-publish","format-standard","hentry","category-data-objects","wpautop"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Entry Object - Gravity Forms Documentation<\/title>\n<meta name=\"description\" content=\"The Entry object contains all properties of a particular entry (i.e. date created, client IP, submitted field values, etc...). It is formatted as an associative array with field Ids being the key to that field&#039;s data.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/docs.gravityforms.com\/entry-object\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Entry Object\" \/>\n<meta property=\"og:description\" content=\"The Entry object contains all properties of a particular entry (i.e. date created, client IP, submitted field values, etc...). It is formatted as an associative array with field Ids being the key to that field&#039;s data.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/docs.gravityforms.com\/entry-object\/\" \/>\n<meta property=\"og:site_name\" content=\"Gravity Forms Documentation\" \/>\n<meta property=\"article:published_time\" content=\"2014-05-13T20:31:10+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-16T04:54:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/docs.gravityforms.com\/wp-content\/uploads\/2023\/08\/gf-docs-default-v3.png\" \/>\n\t<meta property=\"og:image:width\" content=\"544\" \/>\n\t<meta property=\"og:image:height\" content=\"288\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Justin Pakes\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@gravityforms\" \/>\n<meta name=\"twitter:site\" content=\"@gravityforms\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Justin Pakes\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/docs.gravityforms.com\\\/entry-object\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/docs.gravityforms.com\\\/entry-object\\\/\"},\"author\":{\"name\":\"Justin Pakes\",\"@id\":\"https:\\\/\\\/docs.gravityforms.com\\\/#\\\/schema\\\/person\\\/8a88745ec2ee5bc1bb24eea8634bf376\"},\"headline\":\"Entry Object\",\"datePublished\":\"2014-05-13T20:31:10+00:00\",\"dateModified\":\"2024-12-16T04:54:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/docs.gravityforms.com\\\/entry-object\\\/\"},\"wordCount\":654,\"publisher\":{\"@id\":\"https:\\\/\\\/docs.gravityforms.com\\\/#organization\"},\"articleSection\":[\"Data Objects\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/docs.gravityforms.com\\\/entry-object\\\/\",\"url\":\"https:\\\/\\\/docs.gravityforms.com\\\/entry-object\\\/\",\"name\":\"Entry Object - Gravity Forms Documentation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/docs.gravityforms.com\\\/#website\"},\"datePublished\":\"2014-05-13T20:31:10+00:00\",\"dateModified\":\"2024-12-16T04:54:58+00:00\",\"description\":\"The Entry object contains all properties of a particular entry (i.e. date created, client IP, submitted field values, etc...). It is formatted as an associative array with field Ids being the key to that field's data.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/docs.gravityforms.com\\\/entry-object\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/docs.gravityforms.com\\\/entry-object\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/docs.gravityforms.com\\\/entry-object\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/docs.gravityforms.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Entry Object\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/docs.gravityforms.com\\\/#website\",\"url\":\"https:\\\/\\\/docs.gravityforms.com\\\/\",\"name\":\"Gravity Forms Documentation\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/docs.gravityforms.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/docs.gravityforms.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/docs.gravityforms.com\\\/#organization\",\"name\":\"Gravity Forms\",\"url\":\"https:\\\/\\\/docs.gravityforms.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/docs.gravityforms.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/docs.gravityforms.com\\\/wp-content\\\/uploads\\\/2020\\\/01\\\/gravity-forms-2020-logo-stacked.png\",\"contentUrl\":\"https:\\\/\\\/docs.gravityforms.com\\\/wp-content\\\/uploads\\\/2020\\\/01\\\/gravity-forms-2020-logo-stacked.png\",\"width\":392,\"height\":515,\"caption\":\"Gravity Forms\"},\"image\":{\"@id\":\"https:\\\/\\\/docs.gravityforms.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/gravityforms\",\"http:\\\/\\\/@gravityforms.com\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/docs.gravityforms.com\\\/#\\\/schema\\\/person\\\/8a88745ec2ee5bc1bb24eea8634bf376\",\"name\":\"Justin Pakes\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/791cb5bec00c6dd4bec2e80cf4df9638297207d8f77890c96b6b483be434ecea?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/791cb5bec00c6dd4bec2e80cf4df9638297207d8f77890c96b6b483be434ecea?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/791cb5bec00c6dd4bec2e80cf4df9638297207d8f77890c96b6b483be434ecea?s=96&d=mm&r=g\",\"caption\":\"Justin Pakes\"},\"url\":\"https:\\\/\\\/docs.gravityforms.com\\\/author\\\/pakes\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Entry Object - Gravity Forms Documentation","description":"The Entry object contains all properties of a particular entry (i.e. date created, client IP, submitted field values, etc...). It is formatted as an associative array with field Ids being the key to that field's data.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/docs.gravityforms.com\/entry-object\/","og_locale":"en_US","og_type":"article","og_title":"Entry Object","og_description":"The Entry object contains all properties of a particular entry (i.e. date created, client IP, submitted field values, etc...). It is formatted as an associative array with field Ids being the key to that field's data.","og_url":"https:\/\/docs.gravityforms.com\/entry-object\/","og_site_name":"Gravity Forms Documentation","article_published_time":"2014-05-13T20:31:10+00:00","article_modified_time":"2024-12-16T04:54:58+00:00","og_image":[{"width":544,"height":288,"url":"https:\/\/docs.gravityforms.com\/wp-content\/uploads\/2023\/08\/gf-docs-default-v3.png","type":"image\/png"}],"author":"Justin Pakes","twitter_card":"summary_large_image","twitter_creator":"@gravityforms","twitter_site":"@gravityforms","twitter_misc":{"Written by":"Justin Pakes","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/docs.gravityforms.com\/entry-object\/#article","isPartOf":{"@id":"https:\/\/docs.gravityforms.com\/entry-object\/"},"author":{"name":"Justin Pakes","@id":"https:\/\/docs.gravityforms.com\/#\/schema\/person\/8a88745ec2ee5bc1bb24eea8634bf376"},"headline":"Entry Object","datePublished":"2014-05-13T20:31:10+00:00","dateModified":"2024-12-16T04:54:58+00:00","mainEntityOfPage":{"@id":"https:\/\/docs.gravityforms.com\/entry-object\/"},"wordCount":654,"publisher":{"@id":"https:\/\/docs.gravityforms.com\/#organization"},"articleSection":["Data Objects"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/docs.gravityforms.com\/entry-object\/","url":"https:\/\/docs.gravityforms.com\/entry-object\/","name":"Entry Object - Gravity Forms Documentation","isPartOf":{"@id":"https:\/\/docs.gravityforms.com\/#website"},"datePublished":"2014-05-13T20:31:10+00:00","dateModified":"2024-12-16T04:54:58+00:00","description":"The Entry object contains all properties of a particular entry (i.e. date created, client IP, submitted field values, etc...). It is formatted as an associative array with field Ids being the key to that field's data.","breadcrumb":{"@id":"https:\/\/docs.gravityforms.com\/entry-object\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/docs.gravityforms.com\/entry-object\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/docs.gravityforms.com\/entry-object\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/docs.gravityforms.com\/"},{"@type":"ListItem","position":2,"name":"Entry Object"}]},{"@type":"WebSite","@id":"https:\/\/docs.gravityforms.com\/#website","url":"https:\/\/docs.gravityforms.com\/","name":"Gravity Forms Documentation","description":"","publisher":{"@id":"https:\/\/docs.gravityforms.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/docs.gravityforms.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/docs.gravityforms.com\/#organization","name":"Gravity Forms","url":"https:\/\/docs.gravityforms.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/docs.gravityforms.com\/#\/schema\/logo\/image\/","url":"https:\/\/docs.gravityforms.com\/wp-content\/uploads\/2020\/01\/gravity-forms-2020-logo-stacked.png","contentUrl":"https:\/\/docs.gravityforms.com\/wp-content\/uploads\/2020\/01\/gravity-forms-2020-logo-stacked.png","width":392,"height":515,"caption":"Gravity Forms"},"image":{"@id":"https:\/\/docs.gravityforms.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/gravityforms","http:\/\/@gravityforms.com"]},{"@type":"Person","@id":"https:\/\/docs.gravityforms.com\/#\/schema\/person\/8a88745ec2ee5bc1bb24eea8634bf376","name":"Justin Pakes","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/791cb5bec00c6dd4bec2e80cf4df9638297207d8f77890c96b6b483be434ecea?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/791cb5bec00c6dd4bec2e80cf4df9638297207d8f77890c96b6b483be434ecea?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/791cb5bec00c6dd4bec2e80cf4df9638297207d8f77890c96b6b483be434ecea?s=96&d=mm&r=g","caption":"Justin Pakes"},"url":"https:\/\/docs.gravityforms.com\/author\/pakes\/"}]}},"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/pdGaEa-1Fa","_links":{"self":[{"href":"https:\/\/docs.gravityforms.com\/wp-json\/wp\/v2\/posts\/6396","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/docs.gravityforms.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/docs.gravityforms.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/docs.gravityforms.com\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.gravityforms.com\/wp-json\/wp\/v2\/comments?post=6396"}],"version-history":[{"count":9,"href":"https:\/\/docs.gravityforms.com\/wp-json\/wp\/v2\/posts\/6396\/revisions"}],"predecessor-version":[{"id":41831,"href":"https:\/\/docs.gravityforms.com\/wp-json\/wp\/v2\/posts\/6396\/revisions\/41831"}],"wp:attachment":[{"href":"https:\/\/docs.gravityforms.com\/wp-json\/wp\/v2\/media?parent=6396"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/docs.gravityforms.com\/wp-json\/wp\/v2\/categories?post=6396"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/docs.gravityforms.com\/wp-json\/wp\/v2\/tags?post=6396"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}