<style>
#field1, #field2 {
width: calc(50% - 5px); /* Adjust width to account for margin */
float: left;
box-sizing: border-box;
margin-right: 5px; /* Adjust the margin as needed */
}
#field2 {
margin-right: 0; /* Remove margin from the second field to keep it aligned */
}
</style>
<label> School name [text* text-844]</label>
<label> Schooler name [text* text-845 id:field1 placeholder "First"]</label>
[text* text-846 id:field2 placeholder "Last"]
<label>Parents Name [text* text-847 id:field3 placeholder "First"]</label>
[text* text-848 id:field4 placeholder "Last"]
<label>Parent phone [tel* tel-645 placeholder "### ### ####"]</label>
<label>Parent email [email* email-824]</label>
<label>Preferred sport [text* text-850 placeholder]</label>
[submit "Submit"]