I don't have a code example to hand, but what you want to do should all be possible with CSS.
Define the form in the back-end, embed it into a page.
Each form element will by default be rendered in a single column. The elements are rendered using the templates in Views\Partials\Forms\FieldTypes. You could change these for example to amend the Id, Name, or Class to help identify them in your CSS.
Umbraco Forms more fields on one line
Hello there,
i want to create a Form like in the picture with Umbraco Forms. How can i create something like this. (Blue circled)
Is this possible with Umbraco 7?
Thanks for every response,
Niklas
Hi Niklas,
I don't have a code example to hand, but what you want to do should all be possible with CSS.
Define the form in the back-end, embed it into a page.
Each form element will by default be rendered in a single column. The elements are rendered using the templates in Views\Partials\Forms\FieldTypes. You could change these for example to amend the Id, Name, or Class to help identify them in your CSS.
Regards, Tim
is working on a reply...