It seems the checkbox label/text is not showing, I think it should try to load it from the name (which isn't ideal either and should have seperate textfield in settings)
I installed umbraco forms via nuget, and not via ZIP if that makes any difference?
But shouldn't the label be rendered after the checkbox?
Right now its rendered as a "text" input label, not beside it.
Is that something I have to customize myself?
It seems to work fine when I use a checkbox/radio list? Why wouldnt we have the same behaviour on single checkboxes?
Umbraco Forms not showing text for labels?
Current installed version of Umbraco Forms: 9.4.1
It seems the checkbox label/text is not showing, I think it should try to load it from the name (which isn't ideal either and should have seperate textfield in settings)
I installed umbraco forms via nuget, and not via ZIP if that makes any difference?
Hi Sean,
The label is rendering as far as I can see. You named it checkbox and on your screenshot it is also showing checkbox.
dave
Thanks for reply Dave!
But shouldn't the label be rendered after the checkbox? Right now its rendered as a "text" input label, not beside it. Is that something I have to customize myself?
It seems to work fine when I use a checkbox/radio list? Why wouldnt we have the same behaviour on single checkboxes?
Hi Sean,
You can fully customize the look and feel of forms. Even per field type : https://our.umbraco.com/documentation/Add-ons/UmbracoForms/Developer/Custom-Markup/
Dave
is working on a reply...