Does anyone have any ideas on how to design this form in a clean and organized way? I've experimented with lists, tables, and divs but can't determine which works best.
Contact Information:
<div class="formsubmit"><label>Name:</label><input type="name" name="name" placeholder="John Doe" required />
<label>Email:</label><input type="email" name="email" placeholder="<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="52383d3a3c0d363d3712372a333f223e377c">[email protected]</a>" required /><span class="form_hint">Proper format "<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="8fe1eee2eacffce0e2eafbe7e6e1e8a1ece0e2">[email protected]</a>"</span>
<label>Telephone:</label><input type="tel" name="telephone" placeholder="##########" required pattern="[0-9]{10}"/>
<span class="form_hint">Proper format "##########"</span>
Type:
<input type="checkbox" name="Type" value="condo" id="condo"><label>Condo</label>
<input type="checkbox" name="Type" value="house" id="house"><label>House</label>
<input type="checkbox" name="title" value="freehold" id="freehold"><label>Freehold</label>
<input type="checkbox" name="title" value="leasehold" id="leasehold"><label>Leasehold</label>
<input type="checkbox" name="title" value="coop" id="coop"><label>Co-op:</label><a class="footnote">Check all that apply</a>