For when you want form labels to sit left (or right) of their inputs but still must have form accessibility in Contact 7, we wrap them in a flex container then ensure for="match-input-id" is set on the label and "id:match-input-id" is set on the input. Ensure all "for=" and its matching "id:" are unique. Use styles someting like those in style tag below (note the flex items there are designed to work within a popup, so you may need to adjust.)

Contact Us

* indicates a required field
[text* your-name id:your-name]
[email* your-email id:your-email]
[text phone id:phone]
[textarea your-message id:contact-comments]
[submit "SEND"]