Skip to content

Instantly share code, notes, and snippets.

@iboved
Last active August 13, 2020 14:03
Show Gist options
  • Save iboved/e256a4771c15e646a1ea40cea950d90b to your computer and use it in GitHub Desktop.
Save iboved/e256a4771c15e646a1ea40cea950d90b 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="form-check">
<input class="form-check-input is-invalid" type="checkbox" name="data_protection" id="data-protection">
<label class="form-check-label" for="data-protection">
Yes, I have taken note of the data protection statement and give the consent to the collection and use of my data entered above *
</label>
<div class="invalid-feedback">The Data protection statement must be accepted.</div>
</div>
<div class="form-check">
<input class="form-check-input is-invalid" type="checkbox" name="terms" id="terms">
<label class="form-check-label" for="terms">
I have read and accept the Terms & Conditions *
</label>
<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