How to remove "This is Required" onchange or keyup etc

Home Forums Quform WordPress How to remove "This is Required" onchange or keyup etc

This topic is: resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14108
    DCM
    Participant

    The code has been working but I want to add checkboxes, datepicker and multiple choicesboxes. I tried below but something is wrong with the target names etc. Can you help????


    <script>
    jQuery(document).ready(function ($) {
    var hideError = function () {
    if ($(this).val()) {
    $(this).closest('.iphorm-element-wrap').find('.iphorm-errors-wrap').fadeOut();
    }
    };

    $('.iphorm-element-text, .iphorm-element-textarea, .iphorm-element-captcha,.iphorm-element-checkboxes, .iphorm-element-datepicker, .iphorm-element-multiplechoice').keyup(hideError);
    $('.iphorm-element-select ').change(hideError);
    });
    </script>

    #14123
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #14139
    DCM
    Participant

    Worked like charm! much appreciated
    Cheers

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy