Confirmation checkbox, conditional agreement with the conditions
Pop-up settings with confirmed consent to the processing of personal data or other consent
Pop-up with confirmed consent
either drag it directly to the desired location in Designer,
or create it using simple tags directly in the HTML source of your popup.
mlctr-verification
<input type="checkbox" name="mlctr-verification" />
The container must be assigned the class
mlctr-verification-alert
<div class="mlctr-verification-alert">
Please confirm your request before sumbit
</div>
Enforcement of conditions and mandatory fields
Either mark the field as mandatory directly in the Designer,
or add the
mlctr-required
attribute to the required tag<input type="checkbox" name="opt_confirmation" value="yes" mlctr-required="true" />