Create a listing

What type of listing would you like to add?

document.addEventListener("DOMContentLoaded", function() { let listingTitle = document.querySelector("h1")?.innerText || ''; let input = document.querySelector('input[name="listing_name"]'); if (input) { input.value = listingTitle; } });