I have checked the HTML several times and am still not seeing an issue. Here it is:
<label>Organization / company:
[text* company] </label>
</div>
<hr />
<div class=”row”>
<div class=”column two”>
<h2>Host</h2>
<label>Login URL:
[text host-url] </label>
<label>Username:
[text host-user] </label>
<label>Password:
[text host-password] </label>
</div>
<div class=”column two”>
<h2>Domain</h2>
<label>Registrar:
[text registrar] </label>
<label>Username:
[text registrar-user] </label>
<label>Password:
[text registrar-password] </label>
</div>
</div>
<hr />
<div class=”row”>
<div class=”column two”>
<h2>FTP</h2>
<label>Host:
[text ftp-host] </label>
<label>Username:
[text ftp-user] </label>
<label>Password:
[text ftp-password] </label>
</div>
<div class=”column two”>
<h2>WordPress admin</h2>
<label>Login URL:
[text wp-url] </label>
<label>Username:
[text wp-user] </label>
<label>Password:
[text wp-password] </label>
</div>
</div>
<hr />
<div class=”row”>
<div class=”column two”>
<h2>Mail hosting</h2>
Where is your mail (i.e., @yoursite.org) hosted?
[radio radio-723 use_label_element default:1 “Domain” “Host” “Other”]
[group group-mail]
<label>Service:
[text mail-service]</label>
<label>Username:
[text mail-user] </label>
<label>Password:
[text mail-password] </label>
[/group]
</div>
<div class=”column two”>
<h2>E-newsletter service provider</h2>
<label>Company:
[text esp-host] </label>
<label>Username:
[text esp-user] </label>
<label>Password:
[text esp-password] </label>
</div>
</div>
[recaptcha]
[submit “Send”]