-1
他の回答は、フォームの入力/ラベルを中央に配置しようとしていませんでした。私はブートストラップフォームを垂直に整列しようとしています
相続人は私の実際のコード
<div class="col-md-8 col-md-offset-2" id="FormCol">
<h2 class="formTitle">Let Us Find the Fastest Internet in Your Area!</h2>
<form class="form-inline" id="contactForm">
<div class="row">
<div class="col-md-6 form-group">
<label for="fname">First Name</label>
<input class="form-control" id="fname" name="fname" type="text" />
</div>
<div class="col-md-6 form-group">
<label for="lname">Last Name</label>
<input class="form-control" id="lname" name="lname" type="text" />
</div>
</div>
<div class="row">
<div class="col-md-6 form-group">
<label for="pnumber">Phone Number</label>
<input class="form-control" id="pnumber" name="pnumber" type="text" />
</div>
<div class="col-md-6 form-group">
<label for="email">Email</label>
<input class="form-control" id="email" name="email" type="text" />
</div>
</div>
<div class="col-md-6 form-group">
<label for="Zip">Zip</label>
<input class="form-control" id="Zip" name="Zip" type="text" />
</div>
</form>
</div>
新しい質問をするしないでください。代わりにそれを編集し、回答からの明確化を要求し、および/または賞金を提供する。 – TylerH