Skip to content

Instantly share code, notes, and snippets.

@iboved
Last active August 13, 2020 14:00
Show Gist options
  • Save iboved/adf7df8040f0f5f4ea8c948cb7e20816 to your computer and use it in GitHub Desktop.
Save iboved/adf7df8040f0f5f4ea8c948cb7e20816 to your computer and use it in GitHub Desktop.
<fieldset class="mb-3" data-name="form-agreement">
<div class="form-row">
<div class="col">
<div class="br_hotels-filter-hidden__checkbox">
<input type="checkbox" name="data_protection" id="data-protection" class="is-invalid">
<span>Yes, I have taken note of the data protection statement and give the consent to the collection and use of my data entered above *</span>
<div class="invalid-feedback">The Data protection statement must be accepted.</div>
</div>
<div class="br_hotels-filter-hidden__checkbox">
<input type="checkbox" name="terms" id="terms" class="is-invalid">
<span>I have read and accept the Terms & Conditions *</span>
<div class="invalid-feedback">The Terms & Conditions must be accepted.</div>
</div>
</div>
</div>
</fieldset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment