I'm looking to replicate the design shown in this image for a contact form using WordPress, but I've been struggling to pinpoint where I'm going wrong.
https://i.sstatic.net/VwjmH.png
Here's my current code:
<div class="row" style="margin:0;">
<div class="col-sm-6" style="padding:0;">
<div class="col-sm-6">
<div class="form-group">
<label for="name">Name:</label><span style="color:red;" class:col-sm-1>*</span>
[text* your-name id:Name class:very-special-field-for-checkbox class:form-control placeholder "First Name"]
</div>
</div><!-- /.col -->
<div class="col-sm-6">
<div class="form-group">
<label ></label>
[text* your-name id:Name class:form-control placeholder "Last Name"]
</div>
</div>
</div>
</div>