Magento 2 : How add validation validator to custom input field in checkout page?
We have to add custom form in check-money order payment method.We have to add custom validations before order placement but its not working. please check below code 1)Create the validator:- Custom_Checkmethod/view/frontend/web/js/model/custom-validation.js define( [ ‘jquery’, ‘mage/validation’ ], function ($) { ‘use… Read More »Magento 2 : How add validation validator to custom input field in checkout page?