I have requirement to develop complex form with Umbraco forms and looking for some guidance.
Requirements
Combo box with Data from custom Web API
Date selector : multiple dates should be selected
3, Combo box with option to fill in the data
Numeric Input box
Address look up
Is there any way to develop these as custom field type using angular material ?
which version of Angular is supported by Umbraco 8
is there any example of using Angular Material within Umbraco.
You can use Angular Material with Umbraco forms. I used Angular Material even in the backoffice. If you need to add custom fields it will work for sure.
Angular Material UI with Umbraco
Hello,
I have requirement to develop complex form with Umbraco forms and looking for some guidance.
Requirements
Is there any way to develop these as custom field type using angular material ? which version of Angular is supported by Umbraco 8 is there any example of using Angular Material within Umbraco.
Thanks
Hello,
You can use Angular Material with Umbraco forms. I used Angular Material even in the backoffice. If you need to add custom fields it will work for sure.
Thanks, Alex
Hi Alex,
Could you please provide guidance on integrating Angular Material with the Umbraco backoffice for versions 13 and below?
I'm currently facing challenges, and I'm stuck at this step: from forum
Thanks!
Thank Alex.
Do you any sample which I can refer to.
Also, what is integration process with Umbraco Forms.
You have to create custom fields, check out more here - https://our.umbraco.com/documentation/Add-ons/umbracoforms/developer/extending/adding-a-fieldtype
Another way is to build a custom theme to control all forms code, check out more info here - https://our.umbraco.com/documentation/Add-ons/umbracoforms/developer/custom-markup/
is working on a reply...