Quick question: we are developing our site in umbraco an it will include a bunch of simple forms to get data from citizens. So far we managed to keep our site running without javascript and intended to keep it like that, in order to be compatible with all devices with or without javascript enabled.
Can we build forms with Umbraco Forms that do not use javascript? Making form validation on server?
Can Umbraco Forms be implemented without javascript whatsoever?
As the forms are the same as MVC forms they will work with just server side validation will workout without JavaScript but you won't be able to use things like conditional fields.
Umbraco forms without javascript
Hello
Quick question: we are developing our site in umbraco an it will include a bunch of simple forms to get data from citizens. So far we managed to keep our site running without javascript and intended to keep it like that, in order to be compatible with all devices with or without javascript enabled.
Can we build forms with Umbraco Forms that do not use javascript? Making form validation on server?
Can Umbraco Forms be implemented without javascript whatsoever?
Regards
Jorge
Hi,
As the forms are the same as MVC forms they will work with just server side validation will workout without JavaScript but you won't be able to use things like conditional fields.
Thanks
Matt
thanks
I went another way... create an entire small framework to easily build forms without javascript, cookies, etc etc
is working on a reply...