Rearrange text fields
-
Suddenly the email text box is showing the title “email” at left instead of at top like the other fields. How can we get the email field to show exactly as the other fields?
The code is:
<div class=”form-group row”>
<div class=”col-xs-12 col-md-6″>
<label>Fornavn*</label>
[text* first-name class:input-text first-name]
</div>
<div class=”col-xs-12 col-md-6″>
<label>Efternavn*</label>
[text* last-name class:input-text last-name]
</div>
</div><div class=”form-group”>
<label>E-mail*</label>
[email* email]
</div><div class=”form-group”>
<label>Emne</label>
[text subject class:input-text your-subject]
</div><div class=”form-group”>
<label>Besked*</label>
[textarea your-message]
</div><div class=”form-group clearfix”>
<p>[submit “Send besked”]</p>
<b>*Denne form er beskyttet af Google Recaptcha</b></div>
The page I need help with: [log in to see the link]
- The topic ‘Rearrange text fields’ is closed to new replies.