Sustainable Travel

Travel Green: Your Guide to Sustainable Adventures

Travelling sustainably supports local economies, protects wildlife, and reduces our impact on the planet. By making conscious travel choices, we can help preserve the beauty and resources of the places we visit.

document.addEventListener('DOMContentLoaded', function () { console.log('✅ AI response listener is ready'); document.addEventListener('forminator:form:ajax:success', function (event, formId, response) { console.log('✅ Form submitted. Raw response:', response); // Log the actual response content to debug if (response && response.data) { console.log('📦 response.data:', response.data); console.log('🧾 response.data.html:', response.data.html); } // Inject the AI-generated HTML if (response && response.data && response.data.html) { const target = document.getElementById('ai-itinerary-output'); if (target) { console.log('✅ Target container found. Injecting HTML...'); target.innerHTML = response.data.html; } else { console.log('❌ Target container NOT found'); } } else { console.log('❌ No valid HTML in response'); } }); });