<form style="width:85%; margin:0 auto;" id="buy-sell-form" action="https://tgarealtors.com/formmail/HiQFM.php" method="POST" > <label for="name">Name:</label><br /> <input style="width:100%;" TYPE="text" name="name" id="name" maxlength="50" required /><br /><br /> <label for="address">Address:</label><br /> <input style="width:100%;" TYPE="address" name="address" id="address" maxlength="50" /><br /><br /> <label for="email">Email:</label><br /> <input style="width:100%;" TYPE="email" name="email" id="email" maxlength="50" required /><br /><br /> <label for="phone">Phone:</label><br /> <input style="width:100%;" TYPE="tel" name="phone" id="phone" maxlength="15" /><br /><br /> <label for="buy-or-sell">Would you like to buy or sell your home?</label><br /> <select style="width:100%;" name="buy-or-sell" id="buy-or-sell"> <option value="Buy">Buy</option> <option value="Sell">Sell</option> </select> <fieldset> <legend>About Your Home:</legend> <label for="bedrooms">Bedroom(s)</label><br /> <select style="width:100%;" name="bedrooms" id="bedrooms"> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> <option value="5">5</option> </select><br /><br /> <label for="bathrooms">Bathrooms(s)</label><br /> <select style="width:100%;" name="bathrooms" id="bathrooms"> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> <option value="5">5</option> </select><br /><br /> <label for="living-areas">Living Area(s)</label><br /> <select style="width:100%;" name="living-areas" id="living-areas"> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> <option value="5">5</option> </select><br /><br /> <label for="garage">Garage</label><br /> <select style="width:100%;" name="garage" id="garage"> <option value="1">1</option> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> <option value="5">5</option> </select><br /><br /> <label for="square-footage">Approx. Sq. Footage:</label> <input style="width:100%;" TYPE="text" name="square-footage" id="square-footage" maxlength="50" /><br /><br /> <label for="comments">Comments:</label><br /> <textarea style="width:100%;" required name="comments" id="comments" rows="10" maxlength="300" ></textarea><br /><br /> <label for=""></label><br /> <input style="float:right;" id="submit" type="submit" value="Submit" /> </fieldset> </form>