JetFormbuilder – Media field text after upload v2
document.addEventListener(‘DOMContentLoaded’, function () { const { addAction } = window.JetPlugins.hooks; const textChoose = ‘Choose File’; const textUpload = ‘File Added’; const textNone = ”; function getFileNames(fileList) { if (!fileList.length) return ”; return Array.from(fileList).map(file => file.name).join(‘, ‘); } function triggerInput(el, value)…Continue reading