Not signed in (Sign In)

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

  1.  
    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?
    •  
      CommentAuthorcedsav
    • CommentTimeMay 6th 2010
     
    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.
  2.  
    Thanks for the reply.

    Nope, I'm not looking for a change in text direction, just left-aligned labels on the right side of the fields.