Since I'm still new to Umbraco, and I read, that the Umazel Starter Kit is not compatible with Vorto (at least not without working on the code a lot), I was wondering, if the Umazel Starter Kit is compatible with Umbraco Forms?
I would like to build bigger forms for film submissions (we are a film festival) and would also like to build surveys.
I don't see why it wouldn't be compatible with Umbraco Forms. Vorto requires a different approach which, as you correctly pointed out, includes changing parts of code that get property values to get vorto values instead. But Umbraco Forms is self-contained, so I see no obstacle unless you want to integrate something in a very specific way.
I just wanted to confirm, that Umbraco forms works with your Starter Kit - with a little issue, which I wanted to inform you of.
In your style.css in line 488 you have this code:
-webkit-appearance: none;
Unfortunately this leads to an issue, that only Firefox will display radio buttons and checkboxes. All other browser just don't show anything (although it is in the page's source code).
After disabling this line, everything works fine.
But, nevertheless, thanks a million times for this beautiful starter kit! :)
Simeon
Compatible with Umbraco Forms?
Hi everyone,
Since I'm still new to Umbraco, and I read, that the Umazel Starter Kit is not compatible with Vorto (at least not without working on the code a lot), I was wondering, if the Umazel Starter Kit is compatible with Umbraco Forms?
I would like to build bigger forms for film submissions (we are a film festival) and would also like to build surveys.
Please let me know!
Thanks a lot! Simeon
I don't see why it wouldn't be compatible with Umbraco Forms. Vorto requires a different approach which, as you correctly pointed out, includes changing parts of code that get property values to get vorto values instead. But Umbraco Forms is self-contained, so I see no obstacle unless you want to integrate something in a very specific way.
Hello Sotiris,
Ok, thank you very much! I just wanted to make sure (since Umbraco Forms is not free).
Thanks a lot!
Best regards, Simeon
Hello Sotiris,
I just wanted to confirm, that Umbraco forms works with your Starter Kit - with a little issue, which I wanted to inform you of.
In your style.css in line 488 you have this code:
Unfortunately this leads to an issue, that only Firefox will display radio buttons and checkboxes. All other browser just don't show anything (although it is in the page's source code).
After disabling this line, everything works fine.
But, nevertheless, thanks a million times for this beautiful starter kit! :) Simeon
is working on a reply...