Change the order of <Form> elements
I'm working with a wordpress site, and don't have much control over the elements in a form, except, I can wrap an element or group of elements in a div, and can set the classes and id's of the elements.
Some of the input elements are grouped inline, and some block.
I want to move an element from it's rendered position to be coming between other elements later in the form.
Can I do this by using css order? I think that css order only works with flexbox, in which case I'll have to set some elements as flex-direction: column and some as flex-direction: row.
Am I on the right path?
Some of the input elements are grouped inline, and some block.
I want to move an element from it's rendered position to be coming between other elements later in the form.
Can I do this by using css order? I think that css order only works with flexbox, in which case I'll have to set some elements as flex-direction: column and some as flex-direction: row.
Am I on the right path?
