gruene-seele/resources/views/web/promotion/_fairplay.blade.php
2021-11-26 18:23:10 +01:00

22 lines
1 KiB
PHP

<section>
<div class="row">
<div class="col-12 text-left">
<h2 class="mt-3">Fairplay</h2>
<label class="switcher switcher-success">
<input type="checkbox" class="switcher-input" name="switch_fairplay" data-error="#error-switch_fairplay" value="ok" required>
<span class="switcher-indicator">
<span class="switcher-yes">
<span class="ion ion-md-checkmark"></span>
</span>
<span class="switcher-no">
</span>
</span>
<span class="switcher-label">Ich verstehe und akzeptiere, dass ich als Kunde nur einmal an einer Tester-Promotion einer bestimmten Produktgruppe teilnehmen kann, damit auch andere Kunden von dieser Aktion profitieren können.</span>
</label>
<div id="error-switch_fairplay" class="text-left"></div>
</div>
<div class="mt-2 col-12">
<hr class="">
</div>
</div>
</section>