Skip to content

Instantly share code, notes, and snippets.

@xlplugins
Created November 24, 2022 15:53
Show Gist options
  • Save xlplugins/c8e495902366137f8a5a4f4b609c5350 to your computer and use it in GitHub Desktop.
Save xlplugins/c8e495902366137f8a5a4f4b609c5350 to your computer and use it in GitHub Desktop.
temperory-snipper
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