fbpx

 Top 10 Cities to Visit in a Morocco Tour

Top 10 Cities to Visit in a Morocco Tour Morocco continues to fascinate and entice travelers thanks to the enigmatic and beautiful attraction sites the country holds. From snow-capped mountains, culture and lifestyle to traditional medieval towns, Morocco is a top-class holiday Best Morocco Tours offering travelers lifetime experiences. For an unforgettable sightseeing experience, here […]

Read More
document.addEventListener('DOMContentLoaded', function() { // Listen for Contact Form 7 submission document.addEventListener('wpcf7mailsent', function(event) { // Get the form that was submitted const form = event.target; // Get the first name input value const firstNameInput = form.querySelector('input[name="your-name"]'); if (firstNameInput) { const firstName = firstNameInput.value.split(' ')[0]; // Get just the first name // Update the menu item text const menuItem = document.querySelector('#menu-item-110153 a.login-menu-item-styling'); if (menuItem) { menuItem.textContent = `Hello, ${firstName}`; // Optional: Store in localStorage for persistence localStorage.setItem('userFirstName', firstName); } } }, false); // Check for stored name on page load const storedName = localStorage.getItem('userFirstName'); if (storedName) { const menuItem = document.querySelector('#menu-item-110153 a.login-menu-item-styling'); if (menuItem) { menuItem.textContent = `Hello, ${storedName}`; } } });