This field is required

Home Forums Quform WordPress This field is required

This topic is: resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #21572
    alex78
    Participant

    Hi ,
    How can I make the field “This field is required” disappear when I click on the input.

    thanks
    Alex

    Attachments:
    You must be logged in to view attached files.
    #21582
    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.

    #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!

    #28664
    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.

    #28671
    szipet
    Participant

    Thank You very much!

Viewing 5 posts - 1 through 5 (of 5 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