{"id":8902,"date":"2022-06-15T15:38:50","date_gmt":"2022-06-15T15:38:50","guid":{"rendered":"https:\/\/www.growform.co\/growform-api-como-acceder-programaticamente-a-los-datos-de-envio-de-formularios\/"},"modified":"2023-04-13T09:29:29","modified_gmt":"2023-04-13T09:29:29","slug":"growform-api-como-acceder-programaticamente-a-los-datos-de-envio-de-formularios","status":"publish","type":"post","link":"https:\/\/www.growform.co\/es\/growform-api-como-acceder-programaticamente-a-los-datos-de-envio-de-formularios\/","title":{"rendered":"Growform API \/ C\u00f3mo acceder program\u00e1ticamente a los datos de env\u00edo de formularios"},"content":{"rendered":"<p>Growform a&#xFA;n no tiene una API p&#xFA;blica, pero es posible acceder mediante programaci&#xF3;n a la informaci&#xF3;n de los clientes potenciales al enviar el formulario.<\/p>\n\n<p>Por ejemplo, tal vez desee mostrar un mensaje personalizado en la pantalla o ejecutar c&#xE1;lculos avanzados que no se pueden hacer en Growform.<\/p>\n\n<p>Existen 2 m&#xE9;todos para acceder a los datos del formulario en el navegador del usuario:<\/p>\n\n<p>1.) Utilice Google Tag Manager para acceder al evento &#xAB;Formulario completado<br>2.) Pasar los datos del formulario en la cadena de consulta a otra p&#xE1;gina<br><br>A continuaci&#xF3;n veremos cada m&#xE9;todo con m&#xE1;s detalle&#x2026;<\/p>\n\n<h3 class=\"wp-block-heading\">1.) Utilice Google Tag Manager para acceder al evento &#xAB;Formulario completado<\/h3>\n\n<p>En primer lugar, deber&#xE1; configurar contenedores personalizados de Google Tag Manager con Growform. <a href=\"https:\/\/www.growform.co\/es\/como-utilizar-contenedores-gtm-personalizados-con-growform\/\" target=\"_blank\" rel=\"noreferrer noopener\">Aqu&#xED;<\/a> encontrar&#xE1; una gu&#xED;a completa (comience por &#xAB;1 &#x2013; Cree o inicie sesi&#xF3;n en su cuenta de Google Tag Manager&#xBB;).<\/p>\n\n<p>Una vez configurados los contenedores, acceder a los datos es f&#xE1;cil:<\/p>\n\n<p>1.) Abra su contenedor padre GTM y cree una nueva etiqueta. Establece el tipo de etiqueta personalizada como &#xAB;Custom HTML&#xBB;, y n&#xF3;mbrala &#xAB;Console log the fields object&#xBB;.<\/p>\n\n<p>2.) En &#xAB;Activaci&#xF3;n&#xBB;, seleccione &#xAB;Formulario cumplimentado&#xBB;.<br><br>3.) Introduzca un c&#xF3;digo personalizado en &#xAB;HTML&#xBB;. En este ejemplo, hemos hecho un simple console.log(). Puede introducir dos llaves para elegir &#xAB;Campos (rellenados al enviar el formulario)&#xBB;.<br><br>4.) Pulsa &#xAB;Guardar&#xBB; y aseg&#xFA;rate de publicar tu contenedor.<\/p>\n\n<p>Este es el aspecto que deber&#xED;a tener:<\/p>\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/d33v4339jhl8k0.cloudfront.net\/inline\/137533\/df54176a47746f3be9bd671c70264cfe2885b689\/6343cd61b3320f15a002821a6d837deaf71319d9\/d8df98092866238c0a19545854e6da8c.png\" alt=\"d8df98092866238c0a19545854e6da8c.png\"\/><\/figure>\n\n<p>Cuando complete el env&#xED;o de un formulario, deber&#xED;a ver el objeto de env&#xED;o del formulario en su consola JavaScript.<\/p>\n\n<h3 class=\"wp-block-heading\">2.) Pasar los datos del formulario en la cadena de consulta a otra p&#xE1;gina<\/h3>\n\n<p>Este m&#xE9;todo parece un poco complicado, pero puede ser bastante fluido para el usuario si su c&#xF3;digo es r&#xE1;pido. Enviaremos la informaci&#xF3;n del formulario a otra p&#xE1;gina que usted controle y la procesaremos all&#xED;.<\/p>\n\n<p>Para ello, elija su formulario en Growform y pulse &#xAB;Editar configuraci&#xF3;n del formulario&#xBB;.<\/p>\n\n<p>A continuaci&#xF3;n, introduzca la URL donde alojar&#xE1; su script personalizado \/ p&#xE1;gina de agradecimiento y aseg&#xFA;rese de que la opci&#xF3;n &#xAB;Enviar campos de formulario como par&#xE1;metros de consulta&#xBB; est&#xE1; marcada antes de pulsar &#xAB;Guardar&#xBB;:<\/p>\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"325\" src=\"https:\/\/www.growform.co\/wp-content\/uploads\/2022\/06\/image-1-1024x325.png\" alt=\"\" class=\"wp-image-5653\" srcset=\"https:\/\/www.growform.co\/wp-content\/uploads\/2022\/06\/image-1-1024x325.png 1024w, https:\/\/www.growform.co\/wp-content\/uploads\/2022\/06\/image-1-300x95.png 300w, https:\/\/www.growform.co\/wp-content\/uploads\/2022\/06\/image-1-768x244.png 768w, https:\/\/www.growform.co\/wp-content\/uploads\/2022\/06\/image-1.png 1049w\" sizes=\"(max-width: 1024px) 100vw, 1024px\"\/><\/figure>\n\n<p>Por &#xFA;ltimo, en su p&#xE1;gina alojada externamente, puede <a href=\"https:\/\/www.sitepoint.com\/get-url-parameters-with-javascript\/\">utilizar JavaScript para obtener los par&#xE1;metros de la cadena de consulta<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Growform a&#xFA;n no tiene una API p&#xFA;blica, pero es posible acceder mediante programaci&#xF3;n a la informaci&#xF3;n de los clientes potenciales al enviar el formulario. Por ejemplo, tal vez desee mostrar un mensaje personalizado en la pantalla o ejecutar c&#xE1;lculos avanzados que no se pueden hacer en Growform. Existen 2 m&#xE9;todos para acceder a los datos&#x2026;<\/p>","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"fifu_image_url":"","fifu_image_alt":"","footnotes":""},"categories":[78],"tags":[],"class_list":["post-8902","post","type-post","status-publish","format-standard","hentry","category-uso-de-growform"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Growform API \/ C\u00f3mo acceder program\u00e1ticamente a los datos de env\u00edo de formularios - Growform Multi Step Form Builder<\/title>\n<meta name=\"description\" content=\"Build beautiful, responsive multi-step forms that convert up to 2x better than regular forms. No developer required.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.growform.co\/es\/growform-api-como-acceder-programaticamente-a-los-datos-de-envio-de-formularios\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Growform API \/ C\u00f3mo acceder program\u00e1ticamente a los datos de env\u00edo de formularios - Growform Multi Step Form Builder\" \/>\n<meta property=\"og:description\" content=\"Build beautiful, responsive multi-step forms that convert up to 2x better than regular forms. No developer required.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.growform.co\/es\/growform-api-como-acceder-programaticamente-a-los-datos-de-envio-de-formularios\/\" \/>\n<meta property=\"og:site_name\" content=\"Growform Multi Step Form Builder\" \/>\n<meta property=\"article:published_time\" content=\"2022-06-15T15:38:50+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-04-13T09:29:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/d33v4339jhl8k0.cloudfront.net\/inline\/137533\/df54176a47746f3be9bd671c70264cfe2885b689\/6343cd61b3320f15a002821a6d837deaf71319d9\/d8df98092866238c0a19545854e6da8c.png\" \/>\n<meta name=\"author\" content=\"Harvey Carpenter\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.growform.co\\\/es\\\/growform-api-como-acceder-programaticamente-a-los-datos-de-envio-de-formularios\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.growform.co\\\/es\\\/growform-api-como-acceder-programaticamente-a-los-datos-de-envio-de-formularios\\\/\"},\"author\":{\"name\":\"Harvey Carpenter\",\"@id\":\"https:\\\/\\\/www.growform.co\\\/#\\\/schema\\\/person\\\/442f586304f77a18f2d4ee1350c047ae\"},\"headline\":\"Growform API \\\/ C\u00f3mo acceder program\u00e1ticamente a los datos de env\u00edo de formularios\",\"datePublished\":\"2022-06-15T15:38:50+00:00\",\"dateModified\":\"2023-04-13T09:29:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.growform.co\\\/es\\\/growform-api-como-acceder-programaticamente-a-los-datos-de-envio-de-formularios\\\/\"},\"wordCount\":399,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.growform.co\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.growform.co\\\/es\\\/growform-api-como-acceder-programaticamente-a-los-datos-de-envio-de-formularios\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/d33v4339jhl8k0.cloudfront.net\\\/inline\\\/137533\\\/df54176a47746f3be9bd671c70264cfe2885b689\\\/6343cd61b3320f15a002821a6d837deaf71319d9\\\/d8df98092866238c0a19545854e6da8c.png\",\"articleSection\":[\"Uso de growform\"],\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.growform.co\\\/es\\\/growform-api-como-acceder-programaticamente-a-los-datos-de-envio-de-formularios\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.growform.co\\\/es\\\/growform-api-como-acceder-programaticamente-a-los-datos-de-envio-de-formularios\\\/\",\"url\":\"https:\\\/\\\/www.growform.co\\\/es\\\/growform-api-como-acceder-programaticamente-a-los-datos-de-envio-de-formularios\\\/\",\"name\":\"Growform API \\\/ C\u00f3mo acceder program\u00e1ticamente a los datos de env\u00edo de formularios - Growform Multi Step Form Builder\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.growform.co\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.growform.co\\\/es\\\/growform-api-como-acceder-programaticamente-a-los-datos-de-envio-de-formularios\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.growform.co\\\/es\\\/growform-api-como-acceder-programaticamente-a-los-datos-de-envio-de-formularios\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/d33v4339jhl8k0.cloudfront.net\\\/inline\\\/137533\\\/df54176a47746f3be9bd671c70264cfe2885b689\\\/6343cd61b3320f15a002821a6d837deaf71319d9\\\/d8df98092866238c0a19545854e6da8c.png\",\"datePublished\":\"2022-06-15T15:38:50+00:00\",\"dateModified\":\"2023-04-13T09:29:29+00:00\",\"description\":\"Build beautiful, responsive multi-step forms that convert up to 2x better than regular forms. No developer required.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.growform.co\\\/es\\\/growform-api-como-acceder-programaticamente-a-los-datos-de-envio-de-formularios\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.growform.co\\\/es\\\/growform-api-como-acceder-programaticamente-a-los-datos-de-envio-de-formularios\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/www.growform.co\\\/es\\\/growform-api-como-acceder-programaticamente-a-los-datos-de-envio-de-formularios\\\/#primaryimage\",\"url\":\"https:\\\/\\\/d33v4339jhl8k0.cloudfront.net\\\/inline\\\/137533\\\/df54176a47746f3be9bd671c70264cfe2885b689\\\/6343cd61b3320f15a002821a6d837deaf71319d9\\\/d8df98092866238c0a19545854e6da8c.png\",\"contentUrl\":\"https:\\\/\\\/d33v4339jhl8k0.cloudfront.net\\\/inline\\\/137533\\\/df54176a47746f3be9bd671c70264cfe2885b689\\\/6343cd61b3320f15a002821a6d837deaf71319d9\\\/d8df98092866238c0a19545854e6da8c.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.growform.co\\\/es\\\/growform-api-como-acceder-programaticamente-a-los-datos-de-envio-de-formularios\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.growform.co\\\/es\\\/inicio-borrador\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Growform API \\\/ C\u00f3mo acceder program\u00e1ticamente a los datos de env\u00edo de formularios\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.growform.co\\\/#website\",\"url\":\"https:\\\/\\\/www.growform.co\\\/\",\"name\":\"Growform Multi Step Form Builder\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.growform.co\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.growform.co\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.growform.co\\\/#organization\",\"name\":\"Growform\",\"url\":\"https:\\\/\\\/www.growform.co\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/www.growform.co\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.growform.co\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/gf-logo.png\",\"contentUrl\":\"https:\\\/\\\/www.growform.co\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/gf-logo.png\",\"width\":442,\"height\":48,\"caption\":\"Growform\"},\"image\":{\"@id\":\"https:\\\/\\\/www.growform.co\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.growform.co\\\/#\\\/schema\\\/person\\\/442f586304f77a18f2d4ee1350c047ae\",\"name\":\"Harvey Carpenter\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/165501a929bdcedaebe253f38a47be2ec688f8bf27bcdd5dd58ed723deb7a4fd?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/165501a929bdcedaebe253f38a47be2ec688f8bf27bcdd5dd58ed723deb7a4fd?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/165501a929bdcedaebe253f38a47be2ec688f8bf27bcdd5dd58ed723deb7a4fd?s=96&d=mm&r=g\",\"caption\":\"Harvey Carpenter\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Growform API \/ C\u00f3mo acceder program\u00e1ticamente a los datos de env\u00edo de formularios - Growform Multi Step Form Builder","description":"Build beautiful, responsive multi-step forms that convert up to 2x better than regular forms. No developer required.","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:\/\/www.growform.co\/es\/growform-api-como-acceder-programaticamente-a-los-datos-de-envio-de-formularios\/","og_locale":"es_ES","og_type":"article","og_title":"Growform API \/ C\u00f3mo acceder program\u00e1ticamente a los datos de env\u00edo de formularios - Growform Multi Step Form Builder","og_description":"Build beautiful, responsive multi-step forms that convert up to 2x better than regular forms. No developer required.","og_url":"https:\/\/www.growform.co\/es\/growform-api-como-acceder-programaticamente-a-los-datos-de-envio-de-formularios\/","og_site_name":"Growform Multi Step Form Builder","article_published_time":"2022-06-15T15:38:50+00:00","article_modified_time":"2023-04-13T09:29:29+00:00","og_image":[{"url":"https:\/\/d33v4339jhl8k0.cloudfront.net\/inline\/137533\/df54176a47746f3be9bd671c70264cfe2885b689\/6343cd61b3320f15a002821a6d837deaf71319d9\/d8df98092866238c0a19545854e6da8c.png","type":"","width":"","height":""}],"author":"Harvey Carpenter","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.growform.co\/es\/growform-api-como-acceder-programaticamente-a-los-datos-de-envio-de-formularios\/#article","isPartOf":{"@id":"https:\/\/www.growform.co\/es\/growform-api-como-acceder-programaticamente-a-los-datos-de-envio-de-formularios\/"},"author":{"name":"Harvey Carpenter","@id":"https:\/\/www.growform.co\/#\/schema\/person\/442f586304f77a18f2d4ee1350c047ae"},"headline":"Growform API \/ C\u00f3mo acceder program\u00e1ticamente a los datos de env\u00edo de formularios","datePublished":"2022-06-15T15:38:50+00:00","dateModified":"2023-04-13T09:29:29+00:00","mainEntityOfPage":{"@id":"https:\/\/www.growform.co\/es\/growform-api-como-acceder-programaticamente-a-los-datos-de-envio-de-formularios\/"},"wordCount":399,"commentCount":0,"publisher":{"@id":"https:\/\/www.growform.co\/#organization"},"image":{"@id":"https:\/\/www.growform.co\/es\/growform-api-como-acceder-programaticamente-a-los-datos-de-envio-de-formularios\/#primaryimage"},"thumbnailUrl":"https:\/\/d33v4339jhl8k0.cloudfront.net\/inline\/137533\/df54176a47746f3be9bd671c70264cfe2885b689\/6343cd61b3320f15a002821a6d837deaf71319d9\/d8df98092866238c0a19545854e6da8c.png","articleSection":["Uso de growform"],"inLanguage":"es","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.growform.co\/es\/growform-api-como-acceder-programaticamente-a-los-datos-de-envio-de-formularios\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.growform.co\/es\/growform-api-como-acceder-programaticamente-a-los-datos-de-envio-de-formularios\/","url":"https:\/\/www.growform.co\/es\/growform-api-como-acceder-programaticamente-a-los-datos-de-envio-de-formularios\/","name":"Growform API \/ C\u00f3mo acceder program\u00e1ticamente a los datos de env\u00edo de formularios - Growform Multi Step Form Builder","isPartOf":{"@id":"https:\/\/www.growform.co\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.growform.co\/es\/growform-api-como-acceder-programaticamente-a-los-datos-de-envio-de-formularios\/#primaryimage"},"image":{"@id":"https:\/\/www.growform.co\/es\/growform-api-como-acceder-programaticamente-a-los-datos-de-envio-de-formularios\/#primaryimage"},"thumbnailUrl":"https:\/\/d33v4339jhl8k0.cloudfront.net\/inline\/137533\/df54176a47746f3be9bd671c70264cfe2885b689\/6343cd61b3320f15a002821a6d837deaf71319d9\/d8df98092866238c0a19545854e6da8c.png","datePublished":"2022-06-15T15:38:50+00:00","dateModified":"2023-04-13T09:29:29+00:00","description":"Build beautiful, responsive multi-step forms that convert up to 2x better than regular forms. No developer required.","breadcrumb":{"@id":"https:\/\/www.growform.co\/es\/growform-api-como-acceder-programaticamente-a-los-datos-de-envio-de-formularios\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.growform.co\/es\/growform-api-como-acceder-programaticamente-a-los-datos-de-envio-de-formularios\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.growform.co\/es\/growform-api-como-acceder-programaticamente-a-los-datos-de-envio-de-formularios\/#primaryimage","url":"https:\/\/d33v4339jhl8k0.cloudfront.net\/inline\/137533\/df54176a47746f3be9bd671c70264cfe2885b689\/6343cd61b3320f15a002821a6d837deaf71319d9\/d8df98092866238c0a19545854e6da8c.png","contentUrl":"https:\/\/d33v4339jhl8k0.cloudfront.net\/inline\/137533\/df54176a47746f3be9bd671c70264cfe2885b689\/6343cd61b3320f15a002821a6d837deaf71319d9\/d8df98092866238c0a19545854e6da8c.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.growform.co\/es\/growform-api-como-acceder-programaticamente-a-los-datos-de-envio-de-formularios\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.growform.co\/es\/inicio-borrador\/"},{"@type":"ListItem","position":2,"name":"Growform API \/ C\u00f3mo acceder program\u00e1ticamente a los datos de env\u00edo de formularios"}]},{"@type":"WebSite","@id":"https:\/\/www.growform.co\/#website","url":"https:\/\/www.growform.co\/","name":"Growform Multi Step Form Builder","description":"","publisher":{"@id":"https:\/\/www.growform.co\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.growform.co\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/www.growform.co\/#organization","name":"Growform","url":"https:\/\/www.growform.co\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.growform.co\/#\/schema\/logo\/image\/","url":"https:\/\/www.growform.co\/wp-content\/uploads\/2020\/11\/gf-logo.png","contentUrl":"https:\/\/www.growform.co\/wp-content\/uploads\/2020\/11\/gf-logo.png","width":442,"height":48,"caption":"Growform"},"image":{"@id":"https:\/\/www.growform.co\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.growform.co\/#\/schema\/person\/442f586304f77a18f2d4ee1350c047ae","name":"Harvey Carpenter","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/secure.gravatar.com\/avatar\/165501a929bdcedaebe253f38a47be2ec688f8bf27bcdd5dd58ed723deb7a4fd?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/165501a929bdcedaebe253f38a47be2ec688f8bf27bcdd5dd58ed723deb7a4fd?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/165501a929bdcedaebe253f38a47be2ec688f8bf27bcdd5dd58ed723deb7a4fd?s=96&d=mm&r=g","caption":"Harvey Carpenter"}}]}},"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"Harvey Carpenter","author_link":"https:\/\/www.growform.co\/es\/author\/harvey\/"},"rttpg_comment":0,"rttpg_category":"<a href=\"https:\/\/www.growform.co\/es\/category\/uso-de-growform\/\" rel=\"category tag\">Uso de growform<\/a>","rttpg_excerpt":"Growform a&#xFA;n no tiene una API p&#xFA;blica, pero es posible acceder mediante programaci&#xF3;n a la informaci&#xF3;n de los clientes potenciales al enviar el formulario. Por ejemplo, tal vez desee mostrar un mensaje personalizado en la pantalla o ejecutar c&#xE1;lculos avanzados que no se pueden hacer en Growform. Existen 2 m&#xE9;todos para acceder a los datos...","_links":{"self":[{"href":"https:\/\/www.growform.co\/es\/wp-json\/wp\/v2\/posts\/8902","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.growform.co\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.growform.co\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.growform.co\/es\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.growform.co\/es\/wp-json\/wp\/v2\/comments?post=8902"}],"version-history":[{"count":0,"href":"https:\/\/www.growform.co\/es\/wp-json\/wp\/v2\/posts\/8902\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.growform.co\/es\/wp-json\/wp\/v2\/media?parent=8902"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.growform.co\/es\/wp-json\/wp\/v2\/categories?post=8902"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.growform.co\/es\/wp-json\/wp\/v2\/tags?post=8902"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}