• I would like to have first name and last name as fields – but want them to appear in the form on the same line. How do I accomplish this?
    thanks

Viewing 1 replies (of 1 total)
  • You could float each field left then give them some margin and define their width but you’ll have to account for mobile using media queries or something. You may want to add the styling to divs though and just throw each field into each div.

    Alternatively, I would just use Bootstrap and put each field in a col-md-6. Ten times easier.

Viewing 1 replies (of 1 total)
  • The topic ‘multi fields on a line’ is closed to new replies.