• Resolved devinv

    (@devinv)


    The date picker field can be manually edited, once the customer picks a date, he or she can edit the contents in the field. Is there a way to disable the ability to manually edit this field?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support David G

    (@gravid7)

    Hi @devinv

    Thanks for reaching out to us.
    Can you let us know, from where customers are modifying these dates? I will check and help you.

    Thread Starter devinv

    (@devinv)

    Hi David

    The site in question is thefab.lk, the date picker field is called “Required Date” and is in the checkout page.

    Plugin Support David G

    (@gravid7)

    Hi @devinv

    Thanks for your message. I have checked the issue. Please enable the “Custom JS” module and add below JS code. This will help you to resolve the issue.

    jQuery(document).ready(function(){
    jQuery(“#billing_wcj_checkout_field_1”).attr(“readonly”,”true”);
    });

    Thread Starter devinv

    (@devinv)

    Hi David,

    Thank you so much, it worked perfectly.

    • This reply was modified 2 years, 6 months ago by devinv.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Custom Checkout Field Date Picker’ is closed to new replies.