| 1 |
var resetPlaceholders=function(){"use strict";return function(e){const{fields:t,contentId:c}=e||{};if(!t)return;const n=bfSelect(`#form-${c}`);Object.keys(t).forEach(e=>{const c=t[e],{typ:l,ph:o,phHide:s}=c;if(o||s)if("select"===l){const t=bfSelect(`.${e}-selected-opt-lbl`,n);t&&(t.textContent=o)}else if("html-select"===l){const t=bfSelect(`.${e}-slct-optn:first-child`,n);t&&(t.textContent=o)}else if("currency"===l){const t=bfSelect(`.${e}-currency-amount-input`,n);t&&(t.placeholder=o)}else if("phone-number"===l){const t=bfSelect(`.${e}-phone-number-input`,n);t&&(t.placeholder=o)}else{const t=bfSelect(`.${e}-fld`,n);t&&(t.placeholder=o)}})}}(); |