You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However following the examples doesn't work for neither custom Form.cshtml or a custom field types.
Looking at the FormThemeResolver it seems that it doesn't account to the possibility of fieldtypes being overridden only for a specific form. Is this a functionality that has been removed?
Reproduction
Create a new Umbraco form project
Create a form in the admin
Add a custom Form.cshtml for that form
Add a custom Fieldtype.Textfield.cshtml
In this case neither Form.cshtml or Fieldtype.Textfield.cshtml would be in use
The text was updated successfully, but these errors were encountered:
It looks like this functionality had been removed some time back. I'm not sure if deliberate but there seems no reason not to support it, so it'll be reinstated in the next releases.
Umbraco Forms version 9.5.0
I've been trying to use the customization form a specific form as specified in here: https://our.umbraco.com/documentation/Add-ons/UmbracoForms/Developer/Custom-Markup/#customizing-for-a-specific-form
However following the examples doesn't work for neither custom Form.cshtml or a custom field types.
Looking at the FormThemeResolver it seems that it doesn't account to the possibility of fieldtypes being overridden only for a specific form. Is this a functionality that has been removed?
Reproduction
In this case neither Form.cshtml or Fieldtype.Textfield.cshtml would be in use
The text was updated successfully, but these errors were encountered: