<label class="nolabel" for="Regular">REG</label>
<input id="Regular" type="text" placeholder="Your Email" />
<label class="error" for="Error">Please complete this field correctly</label>
<input id="Error" class="error" type="text" placeholder="error" />
<label class="nolabel" for="{{ regular-id }}">{{ regular-label }}</label>
<input id="{{ regular-id }}" type="text" placeholder="{{ placeholder-text }}" />
<label class="error" for="{{ error-id }}">{{ error-message }}</label>
<input id="{{ error-id }}" class="error" type="text" placeholder="error" />
{
  "placeholder-text": "Your Email",
  "regular-id": "Regular",
  "regular-label": "REG",
  "error-id": "Error",
  "error-message": "Please complete this field correctly",
  "main-logo": "/images/COL_Logo_Full_2ColorBig.png",
  "site-title": "Care on Location",
  "year": 2017,
  "nav-items": [
    {
      "nav-item-link": "#",
      "nav-item-title": "Services",
      "classes": "has-sub-menu",
      "sub-nav-items": [
        {
          "nav-item-link": "#",
          "nav-item-title": "Video Care Consult"
        },
        {
          "nav-item-link": "#",
          "nav-item-title": "Assisted Video Care Consult"
        },
        {
          "nav-item-link": "#",
          "nav-item-title": "On Location Care Consult"
        }
      ]
    },
    {
      "nav-item-link": "#",
      "nav-item-title": "Providers"
    },
    {
      "nav-item-link": "#",
      "nav-item-title": "Partners"
    },
    {
      "nav-item-link": "#",
      "nav-item-title": "About"
    },
    {
      "nav-item-link": "#",
      "nav-item-title": "FAQ"
    },
    {
      "nav-item-link": "#",
      "nav-item-title": "News"
    }
  ],
  "org-address": "111 N. 1st St. <br /> Denver, CO 80204",
  "org-phone": "303-111-1111",
  "socials": [
    {
      "social": "facebook",
      "social-url": "https://www.facebook.com"
    },
    {
      "social": "twitter",
      "social-url": "https://www.twitter.com"
    },
    {
      "social": "google-plus",
      "social-url": "https://plus.google.com"
    }
  ]
}

There are no notes for this item.