Notifications

I would like to be informed about special events at the new town bistro

You can find our previous events by clicking here. (HUN)

    Privacy statement *

    By pressing the Subscribe button, I acknowledge that I have read, understood and accept the Data Management Policy, based on the site manages my data.

    Unsubscribe request: info@ujvaros-bisztro.hu

    // --- Gomb letiltása a CF7 submit eseménynél ---
    document.addEventListener('wpcf7submit', function(event) {
    const form = event.target;
    const submitBtn = form.querySelector('.wpcf7-submit');
    if (submitBtn) {
    submitBtn.disabled = true; // gomb letiltása
    submitBtn.style.opacity = "0.6"; // vizuális jelzés
    }
    }, false);

    });