Created
November 24, 2022 15:53
-
-
Save xlplugins/c8e495902366137f8a5a4f4b609c5350 to your computer and use it in GitHub Desktop.
temperory-snipper
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window.addEventListener('bwf_checkout_load', function () { | |
let form_attributes = $("input[form='wfacp_checkout_form']"); | |
form_attributes.each(function () { | |
$(this).attr('form', 'checkout'); | |
}); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment