It seems we can’t find what you’re looking for. Perhaps searching can help.
Δ
Please read SEG's Code of Conduct before booking.
document.addEventListener('change', function(e) { if (e.target && e.target.matches('[name="arena"]')) { var select = e.target; var selectedText = select.options[select.selectedIndex] ? select.options[select.selectedIndex].text : ''; var hiddenField = document.querySelector('[name="arena_label"]'); if (hiddenField) { hiddenField.value = selectedText; } } });