[
  {
    "popular": true,
    "advance": {
      "form_name": "Newsletter Subscription Form",
      "form_status": "publish",
      "form_description": "Subscribe to our newsletters and weekly product announcements."
    },
    "actions": [
      {
        "type": "email",
        "active": true,
        "settings": {
          "email_to": "{field_mkt_email}",
          "email_subject": "Your Free eBook: Enterprise Scaling Guide",
          "email_message": "<h3>Thank you for downloading our eBook!</h3><p>Hi {field_mkt_name},</p><p>Click the link below to download your copy:</p><p><a href='#'>Download Enterprise Scaling Guide (PDF)</a></p><p>We look forward to seeing you at our next webinar!</p>",
          "email_headers": "Content-Type: text/html; charset=UTF-8"
        }
      }
    ],
    "rootContainers": [
      "row_mkt_banner",
      "row_mkt_basics",
      "row_mkt_profile",
      "row_mkt_interests",
      "row_mkt_consent",
      "row_mkt_source",
      "row_mkt_action"
    ],
    "fields": {
      "row_mkt_banner": {
        "_id": "row_mkt_banner",
        "type": "row",
        "is_root_container": true,
        "children": [
          "mkt_banner_html"
        ]
      },
      "mkt_banner_html": {
        "_id": "mkt_banner_html",
        "type": "html",
        "parentId": "row_mkt_banner",
        "attributes": {
          "raw_html": "<div class='marketing-banner' style='text-align: center;'><h2>Download Free Scaling Guide</h2><p>Get instant access to our premium whitepaper and receive exclusive invitations to our monthly webinars.</p></div>"
        }
      },
      "row_mkt_basics": {
        "_id": "row_mkt_basics",
        "type": "row",
        "is_root_container": true,
        "children": [
          "mkt_name",
          "mkt_email"
        ],
        "attributes": {
          "columns": 2,
          "gap": {
            "size": 15,
            "unit": "px"
          },
          "columns_mobile": 1
        }
      },
      "mkt_name": {
        "_id": "mkt_name",
        "type": "text",
        "parentId": "row_mkt_basics",
        "attributes": {
          "label": "Name",
          "placeholder": "Enter your full name",
          "required": true,
          "error_message": "Please enter your name."
        }
      },
      "mkt_email": {
        "_id": "mkt_email",
        "type": "email",
        "parentId": "row_mkt_basics",
        "attributes": {
          "label": "Email",
          "placeholder": "name@company.com",
          "required": true,
          "error_message": "A valid business email address is required to receive the guide."
        }
      },
      "row_mkt_profile": {
        "_id": "row_mkt_profile",
        "type": "row",
        "is_root_container": true,
        "children": [
          "mkt_job_title",
          "mkt_company_size"
        ],
        "attributes": {
          "columns": 2,
          "gap": {
            "size": 15,
            "unit": "px"
          },
          "columns_mobile": 1
        }
      },
      "mkt_job_title": {
        "_id": "mkt_job_title",
        "type": "text",
        "parentId": "row_mkt_profile",
        "attributes": {
          "label": "Job Title",
          "placeholder": "e.g., Marketing Director",
          "required": true,
          "error_message": "Please enter your professional title."
        }
      },
      "mkt_company_size": {
        "_id": "mkt_company_size",
        "type": "select",
        "parentId": "row_mkt_profile",
        "attributes": {
          "label": "Company Size",
          "required": true,
          "default_value": "11-50",
          "options_list": [
            {
              "_id": "xdg5kj9",
              "attributes": {
                "option_label": "Self-Employed / 1 Employee",
                "option_value": "1"
              }
            },
            {
              "_id": "fysyegs",
              "attributes": {
                "option_label": "2 - 10 Employees",
                "option_value": "2-10"
              }
            },
            {
              "_id": "pe68aci",
              "attributes": {
                "option_label": "11 - 50 Employees",
                "option_value": "11-50"
              }
            },
            {
              "_id": "labwzbz",
              "attributes": {
                "option_label": "51 - 200 Employees",
                "option_value": "51-200"
              }
            },
            {
              "_id": "8n8p1dc",
              "attributes": {
                "option_label": "201+ Employees",
                "option_value": "201_plus"
              }
            }
          ]
        }
      },
      "row_mkt_interests": {
        "_id": "row_mkt_interests",
        "type": "row",
        "is_root_container": true,
        "children": [
          "mkt_industry",
          "mkt_topics"
        ],
        "attributes": {
          "columns": 2,
          "gap": {
            "size": 15,
            "unit": "px"
          },
          "columns_mobile": 1
        }
      },
      "mkt_industry": {
        "_id": "mkt_industry",
        "type": "select",
        "parentId": "row_mkt_interests",
        "attributes": {
          "label": "Industry",
          "required": true,
          "default_value": "tech",
          "options_list": [
            {
              "_id": "x8bqnzr",
              "attributes": {
                "option_label": "Technology & SaaS",
                "option_value": "tech"
              }
            },
            {
              "_id": "rh5b81h",
              "attributes": {
                "option_label": "Healthcare & Biotech",
                "option_value": "health"
              }
            },
            {
              "_id": "fevk8qw",
              "attributes": {
                "option_label": "Finance & Accounting",
                "option_value": "finance"
              }
            },
            {
              "_id": "tdh4b6f",
              "attributes": {
                "option_label": "E-Commerce & Retail",
                "option_value": "retail"
              }
            },
            {
              "_id": "ojgnvwe",
              "attributes": {
                "option_label": "Education & Non-Profit",
                "option_value": "education"
              }
            }
          ]
        }
      },
      "mkt_topics": {
        "_id": "mkt_topics",
        "type": "checkbox",
        "parentId": "row_mkt_interests",
        "attributes": {
          "label": "Interests",
          "required": false,
          "options_list": [
            {
              "_id": "xpyqtui",
              "attributes": {
                "option_label": "Lead Generation Strategies",
                "option_value": "lead_gen"
              }
            },
            {
              "_id": "gbfam0i",
              "attributes": {
                "option_label": "Conversion Rate Optimization (CRO)",
                "option_value": "cro"
              }
            },
            {
              "_id": "ow2v1tb",
              "attributes": {
                "option_label": "Automation & Integration workflows",
                "option_value": "automation"
              }
            }
          ]
        }
      },
      "row_mkt_consent": {
        "_id": "row_mkt_consent",
        "type": "row",
        "is_root_container": true,
        "children": [
          "mkt_newsletter_consent",
          "mkt_phone_consent"
        ],
        "attributes": {
          "columns": 2,
          "gap": {
            "size": 15,
            "unit": "px"
          },
          "columns_mobile": 1
        }
      },
      "mkt_newsletter_consent": {
        "_id": "mkt_newsletter_consent",
        "type": "checkbox",
        "parentId": "row_mkt_consent",
        "attributes": {
          "label": "Newsletter",
          "required": false,
          "options_list": [
            {
              "_id": "3ztz6vh",
              "attributes": {
                "option_label": "Yes, send me industry tips & product updates monthly",
                "option_value": "agree"
              }
            }
          ]
        }
      },
      "mkt_phone_consent": {
        "_id": "mkt_phone_consent",
        "type": "checkbox",
        "parentId": "row_mkt_consent",
        "attributes": {
          "label": "Contact Consent",
          "required": false,
          "options_list": [
            {
              "_id": "hknt0pw",
              "attributes": {
                "option_label": "I consent to receive text messages or phone callbacks from advisors",
                "option_value": "agree"
              }
            }
          ]
        }
      },
      "row_mkt_source": {
        "_id": "row_mkt_source",
        "type": "row",
        "is_root_container": true,
        "children": [
          "mkt_source_select"
        ]
      },
      "mkt_source_select": {
        "_id": "mkt_source_select",
        "type": "select",
        "parentId": "row_mkt_source",
        "attributes": {
          "label": "Source",
          "required": false,
          "options_list": [
            {
              "_id": "vrbz6t2",
              "attributes": {
                "option_label": "Google Search Results",
                "option_value": "google"
              }
            },
            {
              "_id": "f3tbb8p",
              "attributes": {
                "option_label": "Social Media (LinkedIn, Twitter)",
                "option_value": "social"
              }
            },
            {
              "_id": "76sa569",
              "attributes": {
                "option_label": "Friend / Colleague Referral",
                "option_value": "referral"
              }
            },
            {
              "_id": "dhqxpxg",
              "attributes": {
                "option_label": "Industry blog or Newsletter",
                "option_value": "newsletter"
              }
            }
          ]
        }
      },
      "row_mkt_action": {
        "_id": "row_mkt_action",
        "type": "row",
        "is_root_container": true,
        "children": [
          "mkt_download_btn"
        ],
        "attributes": {
          "columns": 1,
          "gap": {
            "size": 15,
            "unit": "px"
          },
          "columns_mobile": 1
        }
      },
      "mkt_download_btn": {
        "_id": "mkt_download_btn",
        "type": "button",
        "parentId": "row_mkt_action",
        "attributes": {
          "label": "Download",
          "button_action": "submit",
          "button_style": "primary",
          "css_classes": "marketing-submit",
          "button_width": {
            "size": 100,
            "unit": "%"
          }
        }
      }
    }
  },
  {
    "advance": {
      "form_name": "Free E-Book Access",
      "form_status": "publish",
      "form_description": "Fill out basic lead info to download the latest digital resource guide."
    },
    "actions": [
      {
        "type": "email",
        "active": true,
        "settings": {
          "email_to": "{field_mkt_email}",
          "email_subject": "Your Free eBook: Enterprise Scaling Guide",
          "email_message": "<h3>Thank you for downloading our eBook!</h3><p>Hi {field_mkt_name},</p><p>Click the link below to download your copy:</p><p><a href='#'>Download Enterprise Scaling Guide (PDF)</a></p><p>We look forward to seeing you at our next webinar!</p>",
          "email_headers": "Content-Type: text/html; charset=UTF-8"
        }
      }
    ],
    "rootContainers": [
      "row_mkt_banner",
      "row_mkt_basics",
      "row_mkt_profile",
      "row_mkt_interests",
      "row_mkt_consent",
      "row_mkt_source",
      "row_mkt_captcha",
      "row_mkt_action"
    ],
    "fields": {
      "row_mkt_banner": {
        "_id": "row_mkt_banner",
        "type": "row",
        "is_root_container": true,
        "children": [
          "mkt_banner_html"
        ]
      },
      "mkt_banner_html": {
        "_id": "mkt_banner_html",
        "type": "html",
        "parentId": "row_mkt_banner",
        "attributes": {
          "raw_html": "<div class='marketing-banner' style='text-align: center;'><h2>Download Free Scaling Guide</h2><p>Get instant access to our premium whitepaper and receive exclusive invitations to our monthly webinars.</p></div>"
        }
      },
      "row_mkt_basics": {
        "_id": "row_mkt_basics",
        "type": "row",
        "is_root_container": true,
        "children": [
          "mkt_name",
          "mkt_email"
        ],
        "attributes": {
          "columns": 2,
          "gap": {
            "size": 15,
            "unit": "px"
          },
          "columns_mobile": 1
        }
      },
      "mkt_name": {
        "_id": "mkt_name",
        "type": "text",
        "parentId": "row_mkt_basics",
        "attributes": {
          "label": "Name",
          "placeholder": "Enter your full name",
          "required": true,
          "error_message": "Please enter your name."
        }
      },
      "mkt_email": {
        "_id": "mkt_email",
        "type": "email",
        "parentId": "row_mkt_basics",
        "attributes": {
          "label": "Email",
          "placeholder": "name@company.com",
          "required": true,
          "error_message": "A valid business email address is required to receive the guide."
        }
      },
      "row_mkt_profile": {
        "_id": "row_mkt_profile",
        "type": "row",
        "is_root_container": true,
        "children": [
          "mkt_job_title",
          "mkt_company_size"
        ],
        "attributes": {
          "columns": 2,
          "gap": {
            "size": 15,
            "unit": "px"
          },
          "columns_mobile": 1
        }
      },
      "mkt_job_title": {
        "_id": "mkt_job_title",
        "type": "text",
        "parentId": "row_mkt_profile",
        "attributes": {
          "label": "Job Title",
          "placeholder": "e.g., Marketing Director",
          "required": true,
          "error_message": "Please enter your professional title."
        }
      },
      "mkt_company_size": {
        "_id": "mkt_company_size",
        "type": "select",
        "parentId": "row_mkt_profile",
        "attributes": {
          "label": "Company Size",
          "required": true,
          "default_value": "11-50",
          "options_list": [
            {
              "_id": "fxc55ov",
              "attributes": {
                "option_label": "Self-Employed / 1 Employee",
                "option_value": "1"
              }
            },
            {
              "_id": "n44n6lt",
              "attributes": {
                "option_label": "2 - 10 Employees",
                "option_value": "2-10"
              }
            },
            {
              "_id": "vn4xuqb",
              "attributes": {
                "option_label": "11 - 50 Employees",
                "option_value": "11-50"
              }
            },
            {
              "_id": "tsxj4pf",
              "attributes": {
                "option_label": "51 - 200 Employees",
                "option_value": "51-200"
              }
            },
            {
              "_id": "ylyptp8",
              "attributes": {
                "option_label": "201+ Employees",
                "option_value": "201_plus"
              }
            }
          ]
        }
      },
      "row_mkt_interests": {
        "_id": "row_mkt_interests",
        "type": "row",
        "is_root_container": true,
        "children": [
          "mkt_industry",
          "mkt_topics"
        ],
        "attributes": {
          "columns": 2,
          "gap": {
            "size": 15,
            "unit": "px"
          },
          "columns_mobile": 1
        }
      },
      "mkt_industry": {
        "_id": "mkt_industry",
        "type": "select",
        "parentId": "row_mkt_interests",
        "attributes": {
          "label": "Industry",
          "required": true,
          "default_value": "tech",
          "options_list": [
            {
              "_id": "5w9qj9h",
              "attributes": {
                "option_label": "Technology & SaaS",
                "option_value": "tech"
              }
            },
            {
              "_id": "q4wh28a",
              "attributes": {
                "option_label": "Healthcare & Biotech",
                "option_value": "health"
              }
            },
            {
              "_id": "liwdclx",
              "attributes": {
                "option_label": "Finance & Accounting",
                "option_value": "finance"
              }
            },
            {
              "_id": "ktj0sue",
              "attributes": {
                "option_label": "E-Commerce & Retail",
                "option_value": "retail"
              }
            },
            {
              "_id": "qhjt615",
              "attributes": {
                "option_label": "Education & Non-Profit",
                "option_value": "education"
              }
            }
          ]
        }
      },
      "mkt_topics": {
        "_id": "mkt_topics",
        "type": "checkbox",
        "parentId": "row_mkt_interests",
        "attributes": {
          "label": "Interests",
          "required": false,
          "options_list": [
            {
              "_id": "64m5o52",
              "attributes": {
                "option_label": "Lead Generation Strategies",
                "option_value": "lead_gen"
              }
            },
            {
              "_id": "hhe9wvj",
              "attributes": {
                "option_label": "Conversion Rate Optimization (CRO)",
                "option_value": "cro"
              }
            },
            {
              "_id": "482ct5u",
              "attributes": {
                "option_label": "Automation & Integration workflows",
                "option_value": "automation"
              }
            }
          ]
        }
      },
      "row_mkt_consent": {
        "_id": "row_mkt_consent",
        "type": "row",
        "is_root_container": true,
        "children": [
          "mkt_newsletter_consent",
          "mkt_phone_consent"
        ],
        "attributes": {
          "columns": 2,
          "gap": {
            "size": 15,
            "unit": "px"
          },
          "columns_mobile": 1
        }
      },
      "mkt_newsletter_consent": {
        "_id": "mkt_newsletter_consent",
        "type": "checkbox",
        "parentId": "row_mkt_consent",
        "attributes": {
          "label": "Newsletter",
          "required": false,
          "options_list": [
            {
              "_id": "1m9o7aq",
              "attributes": {
                "option_label": "Yes, send me industry tips & product updates monthly",
                "option_value": "agree"
              }
            }
          ]
        }
      },
      "mkt_phone_consent": {
        "_id": "mkt_phone_consent",
        "type": "checkbox",
        "parentId": "row_mkt_consent",
        "attributes": {
          "label": "Contact Consent",
          "required": false,
          "options_list": [
            {
              "_id": "ue1tegj",
              "attributes": {
                "option_label": "I consent to receive text messages or phone callbacks from advisors",
                "option_value": "agree"
              }
            }
          ]
        }
      },
      "row_mkt_source": {
        "_id": "row_mkt_source",
        "type": "row",
        "is_root_container": true,
        "children": [
          "mkt_source_select"
        ]
      },
      "mkt_source_select": {
        "_id": "mkt_source_select",
        "type": "select",
        "parentId": "row_mkt_source",
        "attributes": {
          "label": "Source",
          "required": false,
          "options_list": [
            {
              "_id": "o0losrz",
              "attributes": {
                "option_label": "Google Search Results",
                "option_value": "google"
              }
            },
            {
              "_id": "7eyjjxk",
              "attributes": {
                "option_label": "Social Media (LinkedIn, Twitter)",
                "option_value": "social"
              }
            },
            {
              "_id": "lxjdkk6",
              "attributes": {
                "option_label": "Friend / Colleague Referral",
                "option_value": "referral"
              }
            },
            {
              "_id": "y5h9t69",
              "attributes": {
                "option_label": "Industry blog or Newsletter",
                "option_value": "newsletter"
              }
            }
          ]
        }
      },
      "row_mkt_action": {
        "_id": "row_mkt_action",
        "type": "row",
        "is_root_container": true,
        "children": [
          "mkt_download_btn"
        ],
        "attributes": {
          "columns": 1,
          "gap": {
            "size": 15,
            "unit": "px"
          },
          "columns_mobile": 1
        }
      },
      "mkt_captcha": {
        "_id": "mkt_captcha",
        "type": "captcha",
        "parentId": "row_mkt_captcha",
        "attributes": {
          "label": "Captcha",
          "theme": "light",
          "size": "normal"
        }
      },
      "mkt_download_btn": {
        "_id": "mkt_download_btn",
        "type": "button",
        "parentId": "row_mkt_action",
        "attributes": {
          "label": "Download",
          "button_action": "submit",
          "button_style": "primary",
          "css_classes": "marketing-submit",
          "button_width": {
            "size": 100,
            "unit": "%"
          }
        }
      },
      "row_mkt_captcha": {
        "_id": "row_mkt_captcha",
        "type": "row",
        "is_root_container": true,
        "children": [
          "mkt_captcha"
        ],
        "attributes": {
          "columns": 1,
          "gap": {
            "size": 15,
            "unit": "px"
          },
          "columns_mobile": 1
        }
      }
    }
  },
  {
    "advance": {
      "form_name": "Webinar Seat Registration",
      "form_status": "publish",
      "form_description": "Sign up to secure your spot in our upcoming online masterclass."
    },
    "actions": [
      {
        "type": "email",
        "active": true,
        "settings": {
          "email_to": "{field_mkt_email}",
          "email_subject": "Your Free eBook: Enterprise Scaling Guide",
          "email_message": "<h3>Thank you for downloading our eBook!</h3><p>Hi {field_mkt_name},</p><p>Click the link below to download your copy:</p><p><a href='#'>Download Enterprise Scaling Guide (PDF)</a></p><p>We look forward to seeing you at our next webinar!</p>",
          "email_headers": "Content-Type: text/html; charset=UTF-8"
        }
      }
    ],
    "rootContainers": [
      "row_mkt_banner",
      "row_mkt_basics",
      "row_mkt_profile",
      "row_mkt_interests",
      "row_mkt_action"
    ],
    "fields": {
      "row_mkt_banner": {
        "_id": "row_mkt_banner",
        "type": "row",
        "is_root_container": true,
        "children": [
          "mkt_banner_html"
        ]
      },
      "mkt_banner_html": {
        "_id": "mkt_banner_html",
        "type": "html",
        "parentId": "row_mkt_banner",
        "attributes": {
          "raw_html": "<div class='marketing-banner' style='text-align: center;'><h2>Download Free Scaling Guide</h2><p>Get instant access to our premium whitepaper and receive exclusive invitations to our monthly webinars.</p></div>"
        }
      },
      "row_mkt_basics": {
        "_id": "row_mkt_basics",
        "type": "row",
        "is_root_container": true,
        "children": [
          "mkt_name",
          "mkt_email"
        ],
        "attributes": {
          "columns": 2,
          "gap": {
            "size": 15,
            "unit": "px"
          },
          "columns_mobile": 1
        }
      },
      "mkt_name": {
        "_id": "mkt_name",
        "type": "text",
        "parentId": "row_mkt_basics",
        "attributes": {
          "label": "Name",
          "placeholder": "Enter your full name",
          "required": true,
          "error_message": "Please enter your name."
        }
      },
      "mkt_email": {
        "_id": "mkt_email",
        "type": "email",
        "parentId": "row_mkt_basics",
        "attributes": {
          "label": "Email",
          "placeholder": "name@company.com",
          "required": true,
          "error_message": "A valid business email address is required to receive the guide."
        }
      },
      "row_mkt_profile": {
        "_id": "row_mkt_profile",
        "type": "row",
        "is_root_container": true,
        "children": [
          "mkt_job_title",
          "mkt_company_size"
        ],
        "attributes": {
          "columns": 2,
          "gap": {
            "size": 15,
            "unit": "px"
          },
          "columns_mobile": 1
        }
      },
      "mkt_job_title": {
        "_id": "mkt_job_title",
        "type": "text",
        "parentId": "row_mkt_profile",
        "attributes": {
          "label": "Job Title",
          "placeholder": "e.g., Marketing Director",
          "required": true,
          "error_message": "Please enter your professional title."
        }
      },
      "mkt_company_size": {
        "_id": "mkt_company_size",
        "type": "select",
        "parentId": "row_mkt_profile",
        "attributes": {
          "label": "Company Size",
          "required": true,
          "default_value": "11-50",
          "options_list": [
            {
              "_id": "3439w67",
              "attributes": {
                "option_label": "Self-Employed / 1 Employee",
                "option_value": "1"
              }
            },
            {
              "_id": "vkh0j4v",
              "attributes": {
                "option_label": "2 - 10 Employees",
                "option_value": "2-10"
              }
            },
            {
              "_id": "zg08ip2",
              "attributes": {
                "option_label": "11 - 50 Employees",
                "option_value": "11-50"
              }
            },
            {
              "_id": "gzgup82",
              "attributes": {
                "option_label": "51 - 200 Employees",
                "option_value": "51-200"
              }
            },
            {
              "_id": "6dgma2k",
              "attributes": {
                "option_label": "201+ Employees",
                "option_value": "201_plus"
              }
            }
          ]
        }
      },
      "row_mkt_interests": {
        "_id": "row_mkt_interests",
        "type": "row",
        "is_root_container": true,
        "children": [
          "mkt_industry",
          "mkt_topics"
        ],
        "attributes": {
          "columns": 2,
          "gap": {
            "size": 15,
            "unit": "px"
          },
          "columns_mobile": 1
        }
      },
      "mkt_industry": {
        "_id": "mkt_industry",
        "type": "select",
        "parentId": "row_mkt_interests",
        "attributes": {
          "label": "Industry",
          "required": true,
          "default_value": "tech",
          "options_list": [
            {
              "_id": "2zuaqrq",
              "attributes": {
                "option_label": "Technology & SaaS",
                "option_value": "tech"
              }
            },
            {
              "_id": "pko7zhu",
              "attributes": {
                "option_label": "Healthcare & Biotech",
                "option_value": "health"
              }
            },
            {
              "_id": "bxd2gw8",
              "attributes": {
                "option_label": "Finance & Accounting",
                "option_value": "finance"
              }
            },
            {
              "_id": "yjrdy35",
              "attributes": {
                "option_label": "E-Commerce & Retail",
                "option_value": "retail"
              }
            },
            {
              "_id": "i2d0nkh",
              "attributes": {
                "option_label": "Education & Non-Profit",
                "option_value": "education"
              }
            }
          ]
        }
      },
      "mkt_topics": {
        "_id": "mkt_topics",
        "type": "checkbox",
        "parentId": "row_mkt_interests",
        "attributes": {
          "label": "Interests",
          "required": false,
          "options_list": [
            {
              "_id": "1eubarw",
              "attributes": {
                "option_label": "Lead Generation Strategies",
                "option_value": "lead_gen"
              }
            },
            {
              "_id": "qua0bn3",
              "attributes": {
                "option_label": "Conversion Rate Optimization (CRO)",
                "option_value": "cro"
              }
            },
            {
              "_id": "ub7kume",
              "attributes": {
                "option_label": "Automation & Integration workflows",
                "option_value": "automation"
              }
            }
          ]
        }
      },
      "row_mkt_action": {
        "_id": "row_mkt_action",
        "type": "row",
        "is_root_container": true,
        "children": [
          "mkt_download_btn"
        ],
        "attributes": {
          "columns": 1,
          "gap": {
            "size": 15,
            "unit": "px"
          },
          "columns_mobile": 1
        }
      },
      "mkt_download_btn": {
        "_id": "mkt_download_btn",
        "type": "button",
        "parentId": "row_mkt_action",
        "attributes": {
          "label": "Download",
          "button_action": "submit",
          "button_style": "primary",
          "css_classes": "marketing-submit",
          "button_width": {
            "size": 100,
            "unit": "%"
          }
        }
      }
    }
  }
]