Reply To: This field is required

Home Forums Quform WordPress This field is required Reply To: This field is required

#28655
szipet
Participant

Hi,
i managed to rewrite this code for quform2, but how can i remove the red border-color also when clicking inside the field? (i use the “Simple” style)

<script>
jQuery(document).ready(function ($) {
$(‘.quform-field-text’).click(function () {
$(this).closest(‘.quform-spacer’).find(‘.quform-error’).slideUp();
});
});
</script>
Thx!

Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy