2017-02-07 12:55:56 -06:00
|
|
|
|
<h3>Property Details</h3>
|
|
|
|
|
|
<div>What’s the <b>size</b> of the <b>Property</b>?</div>
|
|
|
|
|
|
<div class="input-group">
|
2021-09-13 15:11:01 -05:00
|
|
|
|
<span class="input-group-addon">Sq ft</span>
|
|
|
|
|
|
<input type="number" name="sizeSqft" class="form-control" />
|
2017-02-07 12:55:56 -06:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div>What’s the <b>size</b> of the <b>Lot</b>?</div>
|
|
|
|
|
|
<div class="input-group">
|
2021-09-13 15:11:01 -05:00
|
|
|
|
<span class="input-group-addon">Sq ft</span>
|
|
|
|
|
|
<input type="number" name="lotArea" class="form-control" />
|
2017-02-07 12:55:56 -06:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div>Number of <b>Rooms</b></div>
|
|
|
|
|
|
<div class="input-group">
|
2021-09-13 15:11:01 -05:00
|
|
|
|
<span class="input-group-addon">Full</span>
|
|
|
|
|
|
<input type="number" name="numRooms" class="form-control" />
|
2017-02-07 12:55:56 -06:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div>Number of <b>Bathrooms</b></div>
|
|
|
|
|
|
<div class="input-group">
|
2021-09-13 15:11:01 -05:00
|
|
|
|
<span class="input-group-addon" name="numFullBathRoom">Full</span>
|
|
|
|
|
|
<input type="number" class="form-control" />
|
|
|
|
|
|
<span class="input-group-addon" name="numHalfBathRoom">Half</span>
|
|
|
|
|
|
<input type="number" class="form-control" />
|
2017-02-07 12:55:56 -06:00
|
|
|
|
</div>
|
|
|
|
|
|
|
2021-09-13 15:11:01 -05:00
|
|
|
|
<div><b>What price are you asking</b> for your property?</div>
|
2017-02-07 12:55:56 -06:00
|
|
|
|
<div class="input-group">
|
2021-09-13 15:11:01 -05:00
|
|
|
|
<span class="input-group-addon">USD</span>
|
|
|
|
|
|
<input type="number" name="askPrice" class="form-control" />
|
2017-02-07 12:55:56 -06:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div>How much <b>Land Tax</b> do you currently pay?</div>
|
|
|
|
|
|
<div class="input-group">
|
2021-09-13 15:11:01 -05:00
|
|
|
|
<span class="input-group-addon">USD (Year)</span>
|
|
|
|
|
|
<input type="number" name="currentLandTax" class="form-control" />
|
2017-02-07 12:55:56 -06:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div>How much <b>HOA</b> do you currently pay?</div>
|
|
|
|
|
|
<div class="input-group">
|
2021-09-13 15:11:01 -05:00
|
|
|
|
<span class="input-group-addon">USD (Year)</span>
|
|
|
|
|
|
<input type="number" name="currentHOA" class="form-control" />
|
2017-02-07 12:55:56 -06:00
|
|
|
|
</div>
|
|
|
|
|
|
|
2021-09-13 15:11:01 -05:00
|
|
|
|
<div>
|
|
|
|
|
|
Do you know what the <b>average monthly rent payment</b> would be
|
|
|
|
|
|
<b>for a property like yours</b>?
|
|
|
|
|
|
</div>
|
2017-02-07 12:55:56 -06:00
|
|
|
|
<div class="input-group">
|
2021-09-13 15:11:01 -05:00
|
|
|
|
<span class="input-group-addon">USD</span>
|
|
|
|
|
|
<input type="number" name="expectedRentCurrentOwner" class="form-control" />
|
2017-02-07 12:55:56 -06:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
|
|
2021-09-13 15:11:01 -05:00
|
|
|
|
<a class="btn btn-danger" href="#Sell/page2/">Back</a>
|
|
|
|
|
|
<a
|
|
|
|
|
|
type="submit"
|
|
|
|
|
|
class="btn btn-success"
|
|
|
|
|
|
onclick="ibuyproperties.sellForm.sendForm();"
|
|
|
|
|
|
>Submit</a
|
|
|
|
|
|
>
|