I have a form where a simple radio button choice (2 choices) is fine on the first form submission, but on the approval form where the radio button choice is read only, the button is placed above the choice text. I cannot see why.
Without any CSS on that field on both forms they look different. I have tried all suggestions for radio button formatting found on this site and none of it changes the position of the radio button. What could be causing it?
Clip showing first form, for the applicant (no CSS Class or CSS formatting on that field):
Clip showing Approval form (no CSS Class or CSS formatting on this field):
It's like this whether read-only or not. The only thing new I have introduced is the extra code to push spaces in to separate the two choices a bit more, however, this extra code is on both forms so it isn't that.