
{"id":22364,"date":"2019-06-18T17:02:38","date_gmt":"2019-06-18T21:02:38","guid":{"rendered":"https:\/\/docs.gravityforms.com\/?p=22364"},"modified":"2024-09-24T14:17:55","modified_gmt":"2024-09-24T18:17:55","slug":"how-to-chain-forms-using-shortcodes","status":"publish","type":"post","link":"https:\/\/docs.gravityforms.com\/how-to-chain-forms-using-shortcodes\/","title":{"rendered":"How to Chain Forms Using Shortcodes"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\" id=\"h-summary\">Summary<\/h2>\n\n\n\n<p>This article explains how you can chain two forms together by placing the shortcode for another form inside the confirmation of the first form.<\/p>\n\n\n\n<p>This results in the second form displaying upon submission of the first form. Data from the first form may be carried over to the second using parameters.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-steps\">Steps<\/h2>\n\n\n\n<p>Below are the steps to follow:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Create the first form.<\/li>\n\n\n\n<li>Edit the Confirmation<\/li>\n<\/ol>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-8cf370e7 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1822\" height=\"670\" src=\"https:\/\/docs.gravityforms.com\/wp-content\/uploads\/2024\/09\/image-37.png\" alt=\"Gravity Forms - Chain Forms - Shortcode\" class=\"wp-image-40569\" style=\"width:650px\" srcset=\"https:\/\/docs.gravityforms.com\/wp-content\/uploads\/2024\/09\/image-37.png 1822w, https:\/\/docs.gravityforms.com\/wp-content\/uploads\/2024\/09\/image-37-300x110.png 300w, https:\/\/docs.gravityforms.com\/wp-content\/uploads\/2024\/09\/image-37-1024x377.png 1024w, https:\/\/docs.gravityforms.com\/wp-content\/uploads\/2024\/09\/image-37-768x282.png 768w, https:\/\/docs.gravityforms.com\/wp-content\/uploads\/2024\/09\/image-37-1536x565.png 1536w\" sizes=\"auto, (max-width: 1822px) 100vw, 1822px\" \/><\/figure>\n<\/div>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; title: ; notranslate\" title=\"\">\n&#x5B;gravityform id=\"123\" title=\"false\" description=\"false\" ajax=\"true\" field_values=\"param_email={:2}\" theme=\"orbital\"] \n<\/pre><\/div>\n\n\n<p class=\"alert_yellow\"><strong>Note:<\/strong> The <strong><code>ajax<\/code><\/strong> attribute must be included and set to <strong>true<\/strong> for the shortcode to the second form. If not, upon submission of the second form, the first form will load again.<\/p>\n\n\n\n<p class=\"alert_yellow\"><span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong>Note:<\/strong>&nbsp;Styles from Form 1 can impact F<\/span>orm 2. Set the&nbsp;<code>theme<\/code>&nbsp;attribute in the shortcode for Form 2 to match the theme used in Form 1. Refer to <a href=\"https:\/\/docs.gravityforms.com\/gravity-forms-form-shortcode\/#h-parameters\">this<\/a> article for more information about the shortcode attributes.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-populating-fields\">Populating Fields<\/h3>\n\n\n\n<p>To transfer data and populate fields on the second form, you need to include the <code>field_values<\/code> attribute in the shortcode. Make sure that the parameter names used match those created in the second form. The values will depend on the field IDs assigned to the second form. If you\u2019re unsure about the field IDs or parameter names, you can complete this step after the second form has been set up.<\/p>\n\n\n\n<p>Refer to <a href=\"https:\/\/docs.gravityforms.com\/using-dynamic-population\/\">this<\/a> article for information on the <code>field_values<\/code> attribute. Additionally, <a href=\"https:\/\/docs.gravityforms.com\/confirmation-query-string-populate-form\/\">this<\/a> article provides details about transferring data between forms using query strings.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Create a page for the first form.<\/li>\n\n\n\n<li>Add the shortcode for the form to the page. The most important part here is that the <strong>ajax<\/strong> attribute is set to <strong>false<\/strong>, or not included because it defaults to false. If <strong>ajax<\/strong> is set to <strong>true<\/strong>, then submitting the second form will cause the first form to be loaded again.<\/li>\n<\/ol>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;gravityform id=\"123\" title=\"false\" description=\"false\" ajax=\"false\" field_values=\"param_email={:2}\" theme=\"orbital\"] \n<\/pre><\/div>\n\n\n<ol start=\"4\" class=\"wp-block-list\">\n<li>Create a page for the first form.<\/li>\n<\/ol>\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li>Create the second form. If there is any data that should carry over from the first form to be displayed in fields on the second form, set the fields on the second form to <strong>Allow field to be populated dynamically<\/strong> and enter a <strong>Parameter name<\/strong>.<\/li>\n<\/ol>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-8cf370e7 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/docs.gravityforms.com\/wp-content\/uploads\/2021\/07\/CleanShot-2021-07-06-at-12.50.12.png\"><img loading=\"lazy\" decoding=\"async\" width=\"343\" height=\"112\" src=\"https:\/\/docs.gravityforms.com\/wp-content\/uploads\/2021\/07\/CleanShot-2021-07-06-at-12.50.12.png\" alt=\"Chain Forms - Dynamic Population\" class=\"wp-image-28159\" srcset=\"https:\/\/docs.gravityforms.com\/wp-content\/uploads\/2021\/07\/CleanShot-2021-07-06-at-12.50.12.png 343w, https:\/\/docs.gravityforms.com\/wp-content\/uploads\/2021\/07\/CleanShot-2021-07-06-at-12.50.12-300x98.png 300w\" sizes=\"auto, (max-width: 343px) 100vw, 343px\" \/><\/a><\/figure>\n<\/div>\n\n\n\n<p>After following the steps above, load the page of the first form and submit. The second form displays with any chosen data populated. Submit the second form and its confirmation page displays.<\/p>\n\n\n\n<p><strong>Bonus<\/strong>: When the second form is submitted, the header from the first form still displays. This can be removed by doing the following:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Add an <strong>HTML<\/strong> field to the second form.<\/li>\n\n\n\n<li>Add the following code to the <strong>Content<\/strong>. This jQuery code simply finds the HTML &#8220;h1&#8221; tag and replaces the text with nothing. The page header is inside the &#8220;h1&#8221; tag so it is removed. The script can be modified to target a specific element in the page as needed.<\/li>\n<\/ol>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: jscript; title: ; notranslate\" title=\"\">\n&lt;script type=&quot;text\/javascript&quot;&gt;\nvar $ = jQuery.noConflict();\n$(&quot;h1&quot;).text(&#039;&#039;);\n&lt;\/script&gt;\n<\/pre><\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"h-caveats\">Caveats<\/h2>\n\n\n\n<p>It is not possible to chain a form in the confirmation message of a <a href=\"https:\/\/docs.gravityforms.com\/using-the-conversational-forms-add-on\/\">Conversational Form<\/a>. As a workaround, you can: <\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Embed Form 2 on a page and select it as the page in the Form 1 confirmation.<\/li>\n\n\n\n<li>Enable Conversational Forms for Form 2 and enter its URL in the Form 1 confirmation redirect<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"This article explains how you can chain two forms together by placing the shortcode for another form inside the confirmation of the first form.","protected":false},"author":8,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_autodraft_ids":[],"_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":"","jetpack_post_was_ever_published":false,"_members_access_role":[],"_members_access_error":"","cf_checklist_status":[]},"categories":[177],"tags":[16952,16953,19380],"class_list":["post-22364","post","type-post","status-publish","format-standard","hentry","category-how-to","tag-shortcode","tag-confirmation","tag-edited-for-2-5","wpautop"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.9 (Yoast SEO v28.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to Chain Forms Using Shortcodes - Gravity Forms Documentation<\/title>\n<meta name=\"description\" content=\"This article explains how you can chain two forms together by placing the shortcode for another form inside the confirmation of the first form.\" \/>\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\/how-to-chain-forms-using-shortcodes\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Chain Forms Using Shortcodes\" \/>\n<meta property=\"og:description\" content=\"This article explains how you can chain two forms together by placing the shortcode for another form inside the confirmation of the first form.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/docs.gravityforms.com\/how-to-chain-forms-using-shortcodes\/\" \/>\n<meta property=\"og:site_name\" content=\"Gravity Forms Documentation\" \/>\n<meta property=\"article:published_time\" content=\"2019-06-18T21:02:38+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-24T18:17:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/docs.gravityforms.com\/wp-content\/uploads\/2024\/09\/image-37.png\" \/>\n<meta name=\"author\" content=\"Dana Cobb\" \/>\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=\"Dana Cobb\" \/>\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\\\/how-to-chain-forms-using-shortcodes\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/docs.gravityforms.com\\\/how-to-chain-forms-using-shortcodes\\\/\"},\"author\":{\"name\":\"Dana Cobb\",\"@id\":\"https:\\\/\\\/docs.gravityforms.com\\\/#\\\/schema\\\/person\\\/beaae56b85ba225a12574df6462534a2\"},\"headline\":\"How to Chain Forms Using Shortcodes\",\"datePublished\":\"2019-06-18T21:02:38+00:00\",\"dateModified\":\"2024-09-24T18:17:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/docs.gravityforms.com\\\/how-to-chain-forms-using-shortcodes\\\/\"},\"wordCount\":506,\"publisher\":{\"@id\":\"https:\\\/\\\/docs.gravityforms.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/docs.gravityforms.com\\\/how-to-chain-forms-using-shortcodes\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/docs.gravityforms.com\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/image-37.png\",\"keywords\":[\"shortcode\",\"confirmation\",\"edited for 2.5\"],\"articleSection\":[\"How To\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/docs.gravityforms.com\\\/how-to-chain-forms-using-shortcodes\\\/\",\"url\":\"https:\\\/\\\/docs.gravityforms.com\\\/how-to-chain-forms-using-shortcodes\\\/\",\"name\":\"How to Chain Forms Using Shortcodes - Gravity Forms Documentation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/docs.gravityforms.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/docs.gravityforms.com\\\/how-to-chain-forms-using-shortcodes\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/docs.gravityforms.com\\\/how-to-chain-forms-using-shortcodes\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/docs.gravityforms.com\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/image-37.png\",\"datePublished\":\"2019-06-18T21:02:38+00:00\",\"dateModified\":\"2024-09-24T18:17:55+00:00\",\"description\":\"This article explains how you can chain two forms together by placing the shortcode for another form inside the confirmation of the first form.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/docs.gravityforms.com\\\/how-to-chain-forms-using-shortcodes\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/docs.gravityforms.com\\\/how-to-chain-forms-using-shortcodes\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/docs.gravityforms.com\\\/how-to-chain-forms-using-shortcodes\\\/#primaryimage\",\"url\":\"https:\\\/\\\/docs.gravityforms.com\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/image-37.png\",\"contentUrl\":\"https:\\\/\\\/docs.gravityforms.com\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/image-37.png\",\"width\":1822,\"height\":670},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/docs.gravityforms.com\\\/how-to-chain-forms-using-shortcodes\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/docs.gravityforms.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Chain Forms Using Shortcodes\"}]},{\"@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\\\/beaae56b85ba225a12574df6462534a2\",\"name\":\"Dana Cobb\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/87159a8d6cbc1039e002872cc7c3574cec6c0bba5c8b22e97bfd900f2cd03d95?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/87159a8d6cbc1039e002872cc7c3574cec6c0bba5c8b22e97bfd900f2cd03d95?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/87159a8d6cbc1039e002872cc7c3574cec6c0bba5c8b22e97bfd900f2cd03d95?s=96&d=mm&r=g\",\"caption\":\"Dana Cobb\"},\"url\":\"https:\\\/\\\/docs.gravityforms.com\\\/author\\\/danacobb\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Chain Forms Using Shortcodes - Gravity Forms Documentation","description":"This article explains how you can chain two forms together by placing the shortcode for another form inside the confirmation of the first form.","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\/how-to-chain-forms-using-shortcodes\/","og_locale":"en_US","og_type":"article","og_title":"How to Chain Forms Using Shortcodes","og_description":"This article explains how you can chain two forms together by placing the shortcode for another form inside the confirmation of the first form.","og_url":"https:\/\/docs.gravityforms.com\/how-to-chain-forms-using-shortcodes\/","og_site_name":"Gravity Forms Documentation","article_published_time":"2019-06-18T21:02:38+00:00","article_modified_time":"2024-09-24T18:17:55+00:00","og_image":[{"url":"https:\/\/docs.gravityforms.com\/wp-content\/uploads\/2024\/09\/image-37.png","type":"","width":"","height":""}],"author":"Dana Cobb","twitter_card":"summary_large_image","twitter_creator":"@gravityforms","twitter_site":"@gravityforms","twitter_misc":{"Written by":"Dana Cobb","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/docs.gravityforms.com\/how-to-chain-forms-using-shortcodes\/#article","isPartOf":{"@id":"https:\/\/docs.gravityforms.com\/how-to-chain-forms-using-shortcodes\/"},"author":{"name":"Dana Cobb","@id":"https:\/\/docs.gravityforms.com\/#\/schema\/person\/beaae56b85ba225a12574df6462534a2"},"headline":"How to Chain Forms Using Shortcodes","datePublished":"2019-06-18T21:02:38+00:00","dateModified":"2024-09-24T18:17:55+00:00","mainEntityOfPage":{"@id":"https:\/\/docs.gravityforms.com\/how-to-chain-forms-using-shortcodes\/"},"wordCount":506,"publisher":{"@id":"https:\/\/docs.gravityforms.com\/#organization"},"image":{"@id":"https:\/\/docs.gravityforms.com\/how-to-chain-forms-using-shortcodes\/#primaryimage"},"thumbnailUrl":"https:\/\/docs.gravityforms.com\/wp-content\/uploads\/2024\/09\/image-37.png","keywords":["shortcode","confirmation","edited for 2.5"],"articleSection":["How To"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/docs.gravityforms.com\/how-to-chain-forms-using-shortcodes\/","url":"https:\/\/docs.gravityforms.com\/how-to-chain-forms-using-shortcodes\/","name":"How to Chain Forms Using Shortcodes - Gravity Forms Documentation","isPartOf":{"@id":"https:\/\/docs.gravityforms.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/docs.gravityforms.com\/how-to-chain-forms-using-shortcodes\/#primaryimage"},"image":{"@id":"https:\/\/docs.gravityforms.com\/how-to-chain-forms-using-shortcodes\/#primaryimage"},"thumbnailUrl":"https:\/\/docs.gravityforms.com\/wp-content\/uploads\/2024\/09\/image-37.png","datePublished":"2019-06-18T21:02:38+00:00","dateModified":"2024-09-24T18:17:55+00:00","description":"This article explains how you can chain two forms together by placing the shortcode for another form inside the confirmation of the first form.","breadcrumb":{"@id":"https:\/\/docs.gravityforms.com\/how-to-chain-forms-using-shortcodes\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/docs.gravityforms.com\/how-to-chain-forms-using-shortcodes\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/docs.gravityforms.com\/how-to-chain-forms-using-shortcodes\/#primaryimage","url":"https:\/\/docs.gravityforms.com\/wp-content\/uploads\/2024\/09\/image-37.png","contentUrl":"https:\/\/docs.gravityforms.com\/wp-content\/uploads\/2024\/09\/image-37.png","width":1822,"height":670},{"@type":"BreadcrumbList","@id":"https:\/\/docs.gravityforms.com\/how-to-chain-forms-using-shortcodes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/docs.gravityforms.com\/"},{"@type":"ListItem","position":2,"name":"How to Chain Forms Using Shortcodes"}]},{"@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\/beaae56b85ba225a12574df6462534a2","name":"Dana Cobb","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/87159a8d6cbc1039e002872cc7c3574cec6c0bba5c8b22e97bfd900f2cd03d95?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/87159a8d6cbc1039e002872cc7c3574cec6c0bba5c8b22e97bfd900f2cd03d95?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/87159a8d6cbc1039e002872cc7c3574cec6c0bba5c8b22e97bfd900f2cd03d95?s=96&d=mm&r=g","caption":"Dana Cobb"},"url":"https:\/\/docs.gravityforms.com\/author\/danacobb\/"}]}},"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/pdGaEa-5OI","_links":{"self":[{"href":"https:\/\/docs.gravityforms.com\/wp-json\/wp\/v2\/posts\/22364","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\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.gravityforms.com\/wp-json\/wp\/v2\/comments?post=22364"}],"version-history":[{"count":10,"href":"https:\/\/docs.gravityforms.com\/wp-json\/wp\/v2\/posts\/22364\/revisions"}],"predecessor-version":[{"id":40568,"href":"https:\/\/docs.gravityforms.com\/wp-json\/wp\/v2\/posts\/22364\/revisions\/40568"}],"wp:attachment":[{"href":"https:\/\/docs.gravityforms.com\/wp-json\/wp\/v2\/media?parent=22364"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/docs.gravityforms.com\/wp-json\/wp\/v2\/categories?post=22364"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/docs.gravityforms.com\/wp-json\/wp\/v2\/tags?post=22364"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}