I need to have a series of questions in a section of a form that have fields lined up on the left and the labels on the right. The Label Placement options in the Advanced Presentation Options for a question doesn't have "On the right, left-aligned text" as choice. I've looked in the documentation to learn how to create such an arrangement in a section, but haven't found anything. Is this layout possible?
The Form Builder doesn't have this option built-in, but if you feel like editing the HTML directly, you can try the HTML 'DIR' directive, to change the text direction to right-to-left.
For instance, add DIR="rtl" to the <FORM> tag, as in:
<FORM DIR="rtl" ACTION="..." > .. </FORM>
Is the form using a right-to-left language? We can consider adding the option in the Form Builder.