I'm testing Umbraco Forms in trial mode. Unfortunately button or checkbox are visible in the forms builder, but not on the page. They are just not showing up.
I have a warning for an unknown path to TraceLogViewer (which I already uninstalled)?! But none from forms.
Yes, the code has a checkbox and radiobuttons. Even if I click next to the "Yes" or "No" field, the conditions for the following fields work - I just don't see the symbol.
Radiobutton and Checkbox not showing on page
Hello,
I'm testing Umbraco Forms in trial mode. Unfortunately button or checkbox are visible in the forms builder, but not on the page. They are just not showing up.
Is there a chance to change this?
Thanks a lot!
Best, Simeon
Hi Simeon
Do you have some errros in log?
If you look at source code of the page, is there a radiobutton?
Thanks
Alex
Hi Alex,
I have a warning for an unknown path to TraceLogViewer (which I already uninstalled)?! But none from forms.
Yes, the code has a checkbox and radiobuttons. Even if I click next to the "Yes" or "No" field, the conditions for the following fields work - I just don't see the symbol.
Thanks, Simeon
Update: I tried several browsers:
Obviously radio buttons and checkbox only show up on a Firefox browser, although the code always includes them.
Next update - and solution:
I googled "Chrome Radio Buttons not showing", coming up on this site: http://stackoverflow.com/questions/35618144/radio-button-is-not-showing-in-safari-and-chrome
After disabling the line "-webkit-appearance: none;" in the CSS it works...
Just wanted to write that this is might be a CSS problem, because different browsers show different results.
Glad that topic is solved.
Have a nice day.
/Alex
Hi Alex,
Yes, it seems to be a CSS issue.
Thanks, Simeon
is working on a reply...