• Resolved carver1g

    (@carver1g)


    I personalize cedar boxes by carving names into the lid. On my site I have text boxes in which the customer can enter a name to be carved on the box. The client side validation works great except for one minor thing. When the customer clicks inside the text box without entering anything then clicks outside the textbox my validation message appears. Is it possible to have this valadation message appear only if the customers clicks the ‘add to cart’ button?

    Thanks

    https://www.ads-software.com/plugins/wc-fields-factory/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Saravana Kumar K

    (@mycholan)

    Hi,

    you will have to edit the wccpf-front-end.js file by yourself.
    just comment it out the LN : 75 from wc-fields-factory/assets/js/wccpf-front-end.js

    like this
    //e.data.doValidate( $(this) );

    Thread Starter carver1g

    (@carver1g)

    Thank you very much. Works great!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Client Side Validation’ is closed to new replies.