max-kk
6/14/2018 - 11:04 AM

FV - GDPR Sbubscribe

FV - GDPR Sbubscribe

// add to  Photo Contest => Settings => Custom JS >> Contest Single View page and  Contest Gallery
jQuery(".fv-newsletter-checkbox").attr("required", "required");
/* add to Photo Contest => Settings => Custom CSS (at the bottom of page) */
.fv-newsletter-checkbox {
    display: inline-block;
    position: absolute;
    left: 2px;
    top: 2px;
    width: 5px;
    height: 5px;
}

#modal-widget .frm-field-label {
   position: relative;
}