Hi,
Currently, when we create a form, all the form field are position from top to the bottom .
Can I have two or more text field sitting left-right to each other?
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 21 October 2013 - 08:55 AM
Hi,
Currently, when we create a form, all the form field are position from top to the bottom .
Can I have two or more text field sitting left-right to each other?
Posted 22 October 2013 - 10:46 AM
Hello Archer,
If you notice the HTML generated for the form - it is more like div tags. So it can be easily managed using CSS as how to arrange it 1 after other and so on (2 column / 3 column .. whatever suites you)
Posted 17 November 2013 - 14:34 PM
Make sense, thanks Amit