Back to Templates
Real Estate7 fields

Property Inquiry

Let potential buyers inquire about properties.

Live Preview

Property Inquiry

Copy the Code

Choose HTML for static sites or React for component-based apps. Replace YOUR_FORM_ID with your Flowqen endpoint ID.

<form
action="https://flowqen.com/api/f/YOUR_FORM_ID"
method="POST"
class="max-w-lg mx-auto bg-white rounded-2xl shadow-sm border border-gray-200 p-8"
>
<h2 class="text-xl font-bold text-gray-900 mb-6">Property Inquiry</h2>
<div class="space-y-4">
<div>
<label class="block text-sm font-medium text-gray-700 mb-1">Full Name</label>
<input type="text" name="name" class="w-full border border-gray-300 rounded-lg px-4 py-2.5 text-sm focus:outline-none focus:ring-2 focus:ring-[#E14E3A]/20 focus:border-[#E14E3A]" placeholder="John Doe" required />
</div>
<div>
<label class="block text-sm font-medium text-gray-700 mb-1">Email</label>
<input type="email" name="email" class="w-full border border-gray-300 rounded-lg px-4 py-2.5 text-sm focus:outline-none focus:ring-2 focus:ring-[#E14E3A]/20 focus:border-[#E14E3A]" placeholder="buyer@email.com" required />
</div>
<div>
<label class="block text-sm font-medium text-gray-700 mb-1">Phone</label>
<input type="tel" name="phone" class="w-full border border-gray-300 rounded-lg px-4 py-2.5 text-sm focus:outline-none focus:ring-2 focus:ring-[#E14E3A]/20 focus:border-[#E14E3A]" placeholder="(555) 123-4567" required />
</div>
<div>
<label class="block text-sm font-medium text-gray-700 mb-1">Property Type</label>
<select name="propertyType" class="w-full border border-gray-300 rounded-lg px-4 py-2.5 text-sm focus:outline-none focus:ring-2 focus:ring-[#E14E3A]/20 focus:border-[#E14E3A]" required>
<option value="">Select...</option>
<option value="House">House</option>
<option value="Apartment">Apartment</option>
<option value="Condo">Condo</option>
<option value="Land">Land</option>
<option value="Commercial">Commercial</option>
</select>
</div>
<div>
<label class="block text-sm font-medium text-gray-700 mb-1">Budget</label>
<select name="budget" class="w-full border border-gray-300 rounded-lg px-4 py-2.5 text-sm focus:outline-none focus:ring-2 focus:ring-[#E14E3A]/20 focus:border-[#E14E3A]" required>
<option value="">Select...</option>
<option value="Under $200K">Under $200K</option>
<option value="$200K-$500K">$200K-$500K</option>
<option value="$500K-$1M">$500K-$1M</option>
<option value="Over $1M">Over $1M</option>
</select>
</div>
<div>
<label class="block text-sm font-medium text-gray-700 mb-1">Preferred Location</label>
<input type="text" name="location" class="w-full border border-gray-300 rounded-lg px-4 py-2.5 text-sm focus:outline-none focus:ring-2 focus:ring-[#E14E3A]/20 focus:border-[#E14E3A]" placeholder="City or ZIP" required />
</div>
<div>
<label class="block text-sm font-medium text-gray-700 mb-1">Details</label>
<textarea name="message" rows="4" class="w-full border border-gray-300 rounded-lg px-4 py-2.5 text-sm focus:outline-none focus:ring-2 focus:ring-[#E14E3A]/20 focus:border-[#E14E3A] resize-none" placeholder="Any specific requirements..." required></textarea>
</div>
</div>
<!-- Honeypot (spam protection) -->
<div style="display:none">
<input type="text" name="_gotcha" style="display:none" />
</div>
<button type="submit" class="w-full bg-[#E14E3A] text-white py-3 rounded-lg font-semibold hover:bg-[#c9432f] transition mt-6">
Submit
</button>
</form>

What is a Property Inquiry?

A property inquiry form for real estate agents. Captures buyer preferences, budget, and contact details.

Frequently Asked Questions

Common questions about real estate form templates.

Start with this Property Inquiry

Create your form in 30 seconds — pre-filled with all the fields above. Free forever.