<form>
    <div class="form-group field-d10" data-id="org_website_url">
        <label for="org_website_url" class="control-label">What is your organization&#39;s web address?</label>
        <div class="field-wrapper">
            <input id="org_website_url" data-formtype="d10" name="org_website_url" type="url" required="" data-type-error="You need to enter a web address.">
            <div class="help-block with-errors"></div>
        </div>
    </div>
</form>
<form>
	<div class="form-group field-d10" data-id="{{ id }}">
	  <label for="{{ id }}" class="control-label">{{ title }}</label>
	  <div class="field-wrapper">
	    <input id="{{ id }}" data-formtype="d10" name="{{ id }}" type="url" required="" data-type-error="You need to enter a web address.">
	    <div class="help-block with-errors"></div>
	  </div>
	</div>
</form>
{
  "title": "What is your organization's web address?",
  "id": "org_website_url"
}

There are no notes for this item.