| 1 |
var decisionFldHandle=function(){"use strict";return(e,c)=>{const n=e?.contentId?`#form-${e.contentId} `:"";return Object.entries(e?.fields||{}).forEach(([,e])=>{const t=bfSelect(`${n}input[name="${e.fieldName}"]`);t&&["decision-box","gdpr"].includes(e.typ)&&t.checked?c.set(e.fieldName,e.msg.checked):["decision-box","gdpr"].includes(e.typ)&&c.set(e.fieldName,e.msg.unchecked)}),c}}(); |