Weird issue where form field loses focus to previous form field even with JS disabled

without seeing the actual source, I’d guess that the field labels are interfering with the fields. mouse down on a field will focus it, but mouse up on a label will focus the label’s associated field.