Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- No preselected radio buttons on Kartra external form embed -->
- <script>
- (function (bmo) {
- bmo.observe(document.body, { childList: true, subtree: true });
- })(new MutationObserver(function () {
- jQuery('.kartra-optin-radio input').attr('checked', false);
- }));
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement