I am using Umbraco forms, when creating the questions i have used the 3 column layout , however when the form is rendered in the .cshtml file
all the fields are shown one below the other (horizontally stacked).
@Umbraco.RenderMacro("renderUmbracoForm", new {FormGuid="e0a717c8-0f6b-42c6-b61a-3378de52b0cb", FormTheme="", ExcludeScripts="0"})
The bootstrap 2 or 3 column layouts are not appearing to work correctly. Also tried setting the FormTheme property to ‘bootstrap3-horizontal’ but this still does not work. Let me know if missing anything. Do i need to use any custom theme form for this to appear
This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/98571-umbraco-forms-themes
