Have a coupon? Click here to enter your code
window.onload = function() {
// Ensure the DOM is fully loaded
document.addEventListener('DOMContentLoaded', function() {
// Identify the select element by its ID
var bankSelection = document.getElementById('Field-bankInput');
// Check if the select element exists to avoid errors
if (bankSelection) {
// Iterate through options to find the one with the value 'blik'
for (var i = 0; i <