What you need to do to be able to get your form rendered in columns is click on the settings for the questions group. Then you can add columns for your form.
When you have added the columns that you want, then you need to reorder the fields in the form. In the reorder view, you can now drag the fields into the new columns.
Thanks for the response, but I should have mentioned in the original post that I had already created the columns in the question group and placed questions in the columns in the designer.
The problem is that instead of rendering those columns in the page, it renders the contents of column 1, followed by the contents of column 2, etc in 1 single column.
Do you using Boostrap for you site? If so then you should get this out of the box.
If not are using Boostrap then you will need to do some changes to the /Views/Partials/Forms/Forms.cshtml.
If you are doing changes to this file for all your forms, then you you should have in mind that we override this if you update your Umbraco Forms a newer version.
What you can do is customize to the HTML to your specific forms
Cannot get columns to render
I am using Forms 4.3.3 on a fresh 7.5.4 install using the TXT starter kit for a proof of concept questionnaire.
Unfortunately, I cannot get the questions to render as columns inside a group. All questions just render inline.
I have tried dropping the macro inside of an RTE and rendering it in the template. In both cases the questions just render vertically inline.
Any ideas on how to fix this would be greatly appreciated.
Thanks,
-Chris
Hi Chris,
What you need to do to be able to get your form rendered in columns is click on the settings for the questions group. Then you can add columns for your form.
When you have added the columns that you want, then you need to reorder the fields in the form. In the reorder view, you can now drag the fields into the new columns.
Hope this helps,
/Dennis
Hi Dennis,
Thanks for the response, but I should have mentioned in the original post that I had already created the columns in the question group and placed questions in the columns in the designer.
The problem is that instead of rendering those columns in the page, it renders the contents of column 1, followed by the contents of column 2, etc in 1 single column.
Hi Chris,
Do you using Boostrap for you site? If so then you should get this out of the box.
If not are using Boostrap then you will need to do some changes to the /Views/Partials/Forms/Forms.cshtml.
If you are doing changes to this file for all your forms, then you you should have in mind that we override this if you update your Umbraco Forms a newer version.
What you can do is customize to the HTML to your specific forms
https://our.umbraco.org/documentation/Add-ons/UmbracoForms/Developer/Custom-Markup/
Hope this helps,
/Dennis
is working on a reply...