{"id":7196,"date":"2024-12-26T09:15:06","date_gmt":"2024-12-26T08:15:06","guid":{"rendered":"https:\/\/scalarly.com\/marketing-book\/?p=7196"},"modified":"2024-12-26T09:21:56","modified_gmt":"2024-12-26T08:21:56","slug":"streamlining-data-entry-with-scripted-form-rules-in-zoho-creator","status":"publish","type":"post","link":"https:\/\/scalarly.com\/marketing-book\/streamlining-data-entry-with-scripted-form-rules-in-zoho-creator\/","title":{"rendered":"Streamlining Data Entry with Scripted Form Rules in Zoho Creator"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Introduction to Scripted Form Rules<\/h2>\n\n\n\n<p class=\"has-drop-cap\">Implementing form rules via scripts in <a href=\"https:\/\/scalarly.com\/marketing-book\/enhancing-your-workflow-with-zoho-creator-advanced-scripting-and-application-integration\/\" data-type=\"post\" data-id=\"7185\" target=\"_blank\" rel=\"noreferrer noopener\">Zoho Creator<\/a> not only simplifies data entry but also enhances its accuracy. By modifying the behavior of form fields based on <a href=\"https:\/\/scalarly.com\/marketing-book\/mobile-ux\/\" data-type=\"post\" data-id=\"3322\" target=\"_blank\" rel=\"noreferrer noopener\">user inputs<\/a>, you can dynamically adjust what information is presented to users based on their selections.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Setting Up Conditional Visibility in Forms<\/h2>\n\n\n\n<p>Consider a <a href=\"https:\/\/scalarly.com\/marketing-book\/exploring-zohos-powerful-marketing\/\" data-type=\"post\" data-id=\"4037\" target=\"_blank\" rel=\"noreferrer noopener\">survey application<\/a> where the response to service quality can range from &#8220;Very Poor&#8221; to &#8220;Great.&#8221; If a respondent selects &#8220;Poor&#8221; or &#8220;Fair,&#8221; you might want to gather more detailed feedback by showing an additional multiline text box for them to explain their rating.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Practical Example: High School Student Application<\/h2>\n\n\n\n<p>Let\u2019s explore a practical example of using scripted form rules in an application designed to manage high school student data. The form in this application might include fields for student names, addresses, grade levels, GPAs, and remarks.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Scenario: Hiding the GPA Field for Freshmen<\/h3>\n\n\n\n<p>Imagine a scenario where you need to hide the GPA field when the user selects &#8220;9&#8221; for the grade level, implying the student is a freshman and does not yet have a GPA. Here\u2019s how you would set this up in Zoho Creator:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Access the Form<\/strong>: Navigate to the &#8216;Forms&#8217; tab within your School application.<\/li>\n\n\n\n<li><strong>Edit Grade Level Field<\/strong>: Hover over the Grade Level field and click on the pencil icon to open the edit menu. Choose &#8220;Actions on User Input&#8221; to start defining your script.<\/li>\n\n\n\n<li><strong>Use ScriptBuilder<\/strong>: This tool helps you create the script that will dictate the field\u2019s behavior based on user input.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Crafting the Script<\/h2>\n\n\n\n<p>The ScriptBuilder interface simplifies writing conditional logic into your form. Here\u2019s how you can define the rule to hide the GPA field when Grade Level is &#8220;9&#8221;:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Setting the Condition<\/strong>: In the script area, establish an &#8216;if&#8217; condition. For example, if the grade level equals &#8220;9&#8221;, then a specific action should be taken.<\/li>\n\n\n\n<li><strong>Finalize the Script<\/strong>: After setting up the conditions and actions, review your script to ensure accuracy and then save it. The script might look something like this:cssCopy code<code>if (input.grade_level == \"9\") { hide field: gpa; }<\/code><\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Utilizing Scripts for Enhanced Form Functionality<\/h2>\n\n\n\n<p>Scripts are not just for showing or hiding fields; they can also perform more complex tasks based on user input. For instance:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Dynamic Field Validation<\/strong>: Change the validation rules for a field based on what is entered in another field.<\/li>\n\n\n\n<li><strong>Adjust Field Options<\/strong>: Modify the options available in dropdown menus or checkboxes based on previous selections.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Step-by-Step Guide to Using ScriptBuilder<\/h2>\n\n\n\n<p>Zoho Creator&#8217;s ScriptBuilder offers a user-friendly way to implement custom behaviors in your forms. Here\u2019s a simple guide to using this feature:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Open ScriptBuilder<\/strong>: From the Forms tab, select the field you want to script and choose &#8220;Actions on User Input.&#8221;<\/li>\n\n\n\n<li><strong>Drag and Drop Actions<\/strong>: Use the interface to select and place actions into the script editor based on the behavior you want to achieve.<\/li>\n\n\n\n<li><strong>Edit Actions<\/strong>: Click on each action to specify the details and ensure they affect the intended fields.<\/li>\n\n\n\n<li><strong>Save and Test<\/strong>: Always save your script and test the form to ensure the script behaves as expected.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>Scripted form rules in Zoho Creator provide a powerful way to make your applications more interactive and responsive to user input. By leveraging the platform&#8217;s ScriptBuilder, even those without extensive programming knowledge can implement sophisticated behaviors that streamline data collection processes and improve the user experience. Whether you\u2019re handling simple visibility conditions or complex input-driven actions, Zoho Creator offers the tools needed to enhance your applications effectively.<\/p>\n\n\n\n<p class=\"has-small-font-size\">\u00a9 Image credits to <a href=\"https:\/\/www.pexels.com\/@steve\/\" target=\"_blank\" rel=\"noreferrer noopener\">Steve\u00a0Johnson<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction to Scripted Form Rules Implementing form rules via scripts in Zoho Creator not only simplifies data entry but also enhances its accuracy. By modifying the behavior of form fields based on user inputs, you can dynamically adjust what information is presented to users based on their selections. Setting Up Conditional Visibility in Forms Consider a survey application where the..<\/p>\n<a class=\"read-more-link\" href=\" https:\/\/scalarly.com\/marketing-book\/streamlining-data-entry-with-scripted-form-rules-in-zoho-creator\/ \">Read more<\/a>","protected":false},"author":1,"featured_media":7197,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"content-type":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[2219],"tags":[],"class_list":["post-7196","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-crm"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Streamlining Data Entry with Scripted Form Rules in Zoho Creator &#187; Little Marketing Book<\/title>\n<meta name=\"description\" content=\"This functionality is particularly useful in scenarios where user responses dictate the subsequent data you need to collect.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/scalarly.com\/marketing-book\/streamlining-data-entry-with-scripted-form-rules-in-zoho-creator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Streamlining Data Entry with Scripted Form Rules in Zoho Creator &#187; Little Marketing Book\" \/>\n<meta property=\"og:description\" content=\"This functionality is particularly useful in scenarios where user responses dictate the subsequent data you need to collect.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/scalarly.com\/marketing-book\/streamlining-data-entry-with-scripted-form-rules-in-zoho-creator\/\" \/>\n<meta property=\"og:site_name\" content=\"Little Marketing Book\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/scalarly\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-12-26T08:15:06+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-26T08:21:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i0.wp.com\/scalarly.com\/marketing-book\/wp-content\/uploads\/2024\/12\/Untitled-design-28.png?fit=1280%2C853&ssl=1\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"853\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"respect\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:description\" content=\"This functionality is particularly useful in scenarios where user responses dictate the subsequent data you need to collect.\" \/>\n<meta name=\"twitter:creator\" content=\"@teamscalarly\" \/>\n<meta name=\"twitter:site\" content=\"@teamscalarly\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"respect\" \/>\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:\/\/scalarly.com\/marketing-book\/streamlining-data-entry-with-scripted-form-rules-in-zoho-creator\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/scalarly.com\/marketing-book\/streamlining-data-entry-with-scripted-form-rules-in-zoho-creator\/\"},\"author\":{\"name\":\"respect\",\"@id\":\"https:\/\/scalarly.com\/marketing-book\/#\/schema\/person\/3f3c5e5992d47fed746a015c091d41fb\"},\"headline\":\"Streamlining Data Entry with Scripted Form Rules in Zoho Creator\",\"datePublished\":\"2024-12-26T08:15:06+00:00\",\"dateModified\":\"2024-12-26T08:21:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/scalarly.com\/marketing-book\/streamlining-data-entry-with-scripted-form-rules-in-zoho-creator\/\"},\"wordCount\":594,\"publisher\":{\"@id\":\"https:\/\/scalarly.com\/marketing-book\/#organization\"},\"image\":{\"@id\":\"https:\/\/scalarly.com\/marketing-book\/streamlining-data-entry-with-scripted-form-rules-in-zoho-creator\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/scalarly.com\/marketing-book\/wp-content\/uploads\/2024\/12\/Untitled-design-28.png?fit=1280%2C853&ssl=1\",\"articleSection\":[\"CRM\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/scalarly.com\/marketing-book\/streamlining-data-entry-with-scripted-form-rules-in-zoho-creator\/\",\"url\":\"https:\/\/scalarly.com\/marketing-book\/streamlining-data-entry-with-scripted-form-rules-in-zoho-creator\/\",\"name\":\"Streamlining Data Entry with Scripted Form Rules in Zoho Creator &#187; Little Marketing Book\",\"isPartOf\":{\"@id\":\"https:\/\/scalarly.com\/marketing-book\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/scalarly.com\/marketing-book\/streamlining-data-entry-with-scripted-form-rules-in-zoho-creator\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/scalarly.com\/marketing-book\/streamlining-data-entry-with-scripted-form-rules-in-zoho-creator\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/scalarly.com\/marketing-book\/wp-content\/uploads\/2024\/12\/Untitled-design-28.png?fit=1280%2C853&ssl=1\",\"datePublished\":\"2024-12-26T08:15:06+00:00\",\"dateModified\":\"2024-12-26T08:21:56+00:00\",\"description\":\"This functionality is particularly useful in scenarios where user responses dictate the subsequent data you need to collect.\",\"breadcrumb\":{\"@id\":\"https:\/\/scalarly.com\/marketing-book\/streamlining-data-entry-with-scripted-form-rules-in-zoho-creator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/scalarly.com\/marketing-book\/streamlining-data-entry-with-scripted-form-rules-in-zoho-creator\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/scalarly.com\/marketing-book\/streamlining-data-entry-with-scripted-form-rules-in-zoho-creator\/#primaryimage\",\"url\":\"https:\/\/i0.wp.com\/scalarly.com\/marketing-book\/wp-content\/uploads\/2024\/12\/Untitled-design-28.png?fit=1280%2C853&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/scalarly.com\/marketing-book\/wp-content\/uploads\/2024\/12\/Untitled-design-28.png?fit=1280%2C853&ssl=1\",\"width\":1280,\"height\":853},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/scalarly.com\/marketing-book\/streamlining-data-entry-with-scripted-form-rules-in-zoho-creator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/scalarly.com\/marketing-book\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Streamlining Data Entry with Scripted Form Rules in Zoho Creator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/scalarly.com\/marketing-book\/#website\",\"url\":\"https:\/\/scalarly.com\/marketing-book\/\",\"name\":\"Little Marketing Book\",\"description\":\"by Scalarly\",\"publisher\":{\"@id\":\"https:\/\/scalarly.com\/marketing-book\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/scalarly.com\/marketing-book\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/scalarly.com\/marketing-book\/#organization\",\"name\":\"Scalarly\",\"url\":\"https:\/\/scalarly.com\/marketing-book\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/scalarly.com\/marketing-book\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/i0.wp.com\/scalarly.com\/marketing-book\/wp-content\/uploads\/2019\/07\/logo-trans.png?fit=3066%2C674&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/scalarly.com\/marketing-book\/wp-content\/uploads\/2019\/07\/logo-trans.png?fit=3066%2C674&ssl=1\",\"width\":3066,\"height\":674,\"caption\":\"Scalarly\"},\"image\":{\"@id\":\"https:\/\/scalarly.com\/marketing-book\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/scalarly\/\",\"https:\/\/x.com\/teamscalarly\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/scalarly.com\/marketing-book\/#\/schema\/person\/3f3c5e5992d47fed746a015c091d41fb\",\"name\":\"respect\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/scalarly.com\/marketing-book\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9e37ca8469decc469bf66e6cfcf54f0f3e070763ce31b703a3f9aaa6402b2ec9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9e37ca8469decc469bf66e6cfcf54f0f3e070763ce31b703a3f9aaa6402b2ec9?s=96&d=mm&r=g\",\"caption\":\"respect\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Streamlining Data Entry with Scripted Form Rules in Zoho Creator &#187; Little Marketing Book","description":"This functionality is particularly useful in scenarios where user responses dictate the subsequent data you need to collect.","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:\/\/scalarly.com\/marketing-book\/streamlining-data-entry-with-scripted-form-rules-in-zoho-creator\/","og_locale":"en_US","og_type":"article","og_title":"Streamlining Data Entry with Scripted Form Rules in Zoho Creator &#187; Little Marketing Book","og_description":"This functionality is particularly useful in scenarios where user responses dictate the subsequent data you need to collect.","og_url":"https:\/\/scalarly.com\/marketing-book\/streamlining-data-entry-with-scripted-form-rules-in-zoho-creator\/","og_site_name":"Little Marketing Book","article_publisher":"https:\/\/www.facebook.com\/scalarly\/","article_published_time":"2024-12-26T08:15:06+00:00","article_modified_time":"2024-12-26T08:21:56+00:00","og_image":[{"width":1280,"height":853,"url":"https:\/\/i0.wp.com\/scalarly.com\/marketing-book\/wp-content\/uploads\/2024\/12\/Untitled-design-28.png?fit=1280%2C853&ssl=1","type":"image\/png"}],"author":"respect","twitter_card":"summary_large_image","twitter_description":"This functionality is particularly useful in scenarios where user responses dictate the subsequent data you need to collect.","twitter_creator":"@teamscalarly","twitter_site":"@teamscalarly","twitter_misc":{"Written by":"respect","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/scalarly.com\/marketing-book\/streamlining-data-entry-with-scripted-form-rules-in-zoho-creator\/#article","isPartOf":{"@id":"https:\/\/scalarly.com\/marketing-book\/streamlining-data-entry-with-scripted-form-rules-in-zoho-creator\/"},"author":{"name":"respect","@id":"https:\/\/scalarly.com\/marketing-book\/#\/schema\/person\/3f3c5e5992d47fed746a015c091d41fb"},"headline":"Streamlining Data Entry with Scripted Form Rules in Zoho Creator","datePublished":"2024-12-26T08:15:06+00:00","dateModified":"2024-12-26T08:21:56+00:00","mainEntityOfPage":{"@id":"https:\/\/scalarly.com\/marketing-book\/streamlining-data-entry-with-scripted-form-rules-in-zoho-creator\/"},"wordCount":594,"publisher":{"@id":"https:\/\/scalarly.com\/marketing-book\/#organization"},"image":{"@id":"https:\/\/scalarly.com\/marketing-book\/streamlining-data-entry-with-scripted-form-rules-in-zoho-creator\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/scalarly.com\/marketing-book\/wp-content\/uploads\/2024\/12\/Untitled-design-28.png?fit=1280%2C853&ssl=1","articleSection":["CRM"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/scalarly.com\/marketing-book\/streamlining-data-entry-with-scripted-form-rules-in-zoho-creator\/","url":"https:\/\/scalarly.com\/marketing-book\/streamlining-data-entry-with-scripted-form-rules-in-zoho-creator\/","name":"Streamlining Data Entry with Scripted Form Rules in Zoho Creator &#187; Little Marketing Book","isPartOf":{"@id":"https:\/\/scalarly.com\/marketing-book\/#website"},"primaryImageOfPage":{"@id":"https:\/\/scalarly.com\/marketing-book\/streamlining-data-entry-with-scripted-form-rules-in-zoho-creator\/#primaryimage"},"image":{"@id":"https:\/\/scalarly.com\/marketing-book\/streamlining-data-entry-with-scripted-form-rules-in-zoho-creator\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/scalarly.com\/marketing-book\/wp-content\/uploads\/2024\/12\/Untitled-design-28.png?fit=1280%2C853&ssl=1","datePublished":"2024-12-26T08:15:06+00:00","dateModified":"2024-12-26T08:21:56+00:00","description":"This functionality is particularly useful in scenarios where user responses dictate the subsequent data you need to collect.","breadcrumb":{"@id":"https:\/\/scalarly.com\/marketing-book\/streamlining-data-entry-with-scripted-form-rules-in-zoho-creator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/scalarly.com\/marketing-book\/streamlining-data-entry-with-scripted-form-rules-in-zoho-creator\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/scalarly.com\/marketing-book\/streamlining-data-entry-with-scripted-form-rules-in-zoho-creator\/#primaryimage","url":"https:\/\/i0.wp.com\/scalarly.com\/marketing-book\/wp-content\/uploads\/2024\/12\/Untitled-design-28.png?fit=1280%2C853&ssl=1","contentUrl":"https:\/\/i0.wp.com\/scalarly.com\/marketing-book\/wp-content\/uploads\/2024\/12\/Untitled-design-28.png?fit=1280%2C853&ssl=1","width":1280,"height":853},{"@type":"BreadcrumbList","@id":"https:\/\/scalarly.com\/marketing-book\/streamlining-data-entry-with-scripted-form-rules-in-zoho-creator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/scalarly.com\/marketing-book\/"},{"@type":"ListItem","position":2,"name":"Streamlining Data Entry with Scripted Form Rules in Zoho Creator"}]},{"@type":"WebSite","@id":"https:\/\/scalarly.com\/marketing-book\/#website","url":"https:\/\/scalarly.com\/marketing-book\/","name":"Little Marketing Book","description":"by Scalarly","publisher":{"@id":"https:\/\/scalarly.com\/marketing-book\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/scalarly.com\/marketing-book\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/scalarly.com\/marketing-book\/#organization","name":"Scalarly","url":"https:\/\/scalarly.com\/marketing-book\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/scalarly.com\/marketing-book\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/scalarly.com\/marketing-book\/wp-content\/uploads\/2019\/07\/logo-trans.png?fit=3066%2C674&ssl=1","contentUrl":"https:\/\/i0.wp.com\/scalarly.com\/marketing-book\/wp-content\/uploads\/2019\/07\/logo-trans.png?fit=3066%2C674&ssl=1","width":3066,"height":674,"caption":"Scalarly"},"image":{"@id":"https:\/\/scalarly.com\/marketing-book\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/scalarly\/","https:\/\/x.com\/teamscalarly"]},{"@type":"Person","@id":"https:\/\/scalarly.com\/marketing-book\/#\/schema\/person\/3f3c5e5992d47fed746a015c091d41fb","name":"respect","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/scalarly.com\/marketing-book\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9e37ca8469decc469bf66e6cfcf54f0f3e070763ce31b703a3f9aaa6402b2ec9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9e37ca8469decc469bf66e6cfcf54f0f3e070763ce31b703a3f9aaa6402b2ec9?s=96&d=mm&r=g","caption":"respect"}}]}},"jetpack_featured_media_url":"https:\/\/i0.wp.com\/scalarly.com\/marketing-book\/wp-content\/uploads\/2024\/12\/Untitled-design-28.png?fit=1280%2C853&ssl=1","jetpack_sharing_enabled":true,"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/scalarly.com\/marketing-book\/wp-json\/wp\/v2\/posts\/7196","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/scalarly.com\/marketing-book\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/scalarly.com\/marketing-book\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/scalarly.com\/marketing-book\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/scalarly.com\/marketing-book\/wp-json\/wp\/v2\/comments?post=7196"}],"version-history":[{"count":3,"href":"https:\/\/scalarly.com\/marketing-book\/wp-json\/wp\/v2\/posts\/7196\/revisions"}],"predecessor-version":[{"id":7206,"href":"https:\/\/scalarly.com\/marketing-book\/wp-json\/wp\/v2\/posts\/7196\/revisions\/7206"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/scalarly.com\/marketing-book\/wp-json\/wp\/v2\/media\/7197"}],"wp:attachment":[{"href":"https:\/\/scalarly.com\/marketing-book\/wp-json\/wp\/v2\/media?parent=7196"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/scalarly.com\/marketing-book\/wp-json\/wp\/v2\/categories?post=7196"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/scalarly.com\/marketing-book\/wp-json\/wp\/v2\/tags?post=7196"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}