For approved PropNexa members
Submit a property listing for review
Share a new rental or sale listing with the network. Our team reviews submissions before they appear in Verified Listings.
For members
Submit a verified listing
Use this form to share a property opportunity with the PropNexa network. Members can submit listings in Ho Chi Minh City, and each submission is reviewed before it appears in Verified Listings.
How it works
- Enter the property details as clearly as possible.
- Upload photos that help other members assess the listing quickly.
- Submit the form and wait for review and verification.
Tip: complete both rental and sale pricing only if both apply. You can leave the non-relevant price field blank.
We review submissions for clarity and completeness before publishing them to the member directory.
Submit listing
function propnexaTogglePriceFields() { var typeField = document.getElementById(‘listing_type’); var rentalWrap = document.getElementById(‘rental_price_wrap’); var saleWrap = document.getElementById(‘sale_price_wrap’); var rentalInput = document.getElementById(‘rental_price’); var saleInput = document.getElementById(‘sale_price’); if (!typeField || !rentalWrap || !saleWrap || !rentalInput || !saleInput) return; if (typeField.value === ‘Rental’) { rentalWrap.hidden = false; saleWrap.hidden = true; rentalInput.disabled = false; saleInput.disabled = true; saleInput.value = ”; } else if (typeField.value === ‘Sale’) { rentalWrap.hidden = true; saleWrap.hidden = false; rentalInput.disabled = true; saleInput.disabled = false; rentalInput.value = ”; } else { rentalWrap.hidden = true; saleWrap.hidden = true; rentalInput.disabled = true; saleInput.disabled = true; rentalInput.value = ”; saleInput.value = ”; } } document.addEventListener(‘DOMContentLoaded’, function () { var typeField = document.getElementById(‘listing_type’); if (typeField) { typeField.addEventListener(‘change’, propnexaTogglePriceFields); } propnexaTogglePriceFields(); });Listings are reviewed before they’re published
After you submit, we’ll review and verify the details. Approved listings will appear in Verified Listings.