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
Describe the bug
Form elements view location "/Features/Shared/Views/ElementBlocks/{0}.cshtml" defined in FeatureViewLocationExpander is not being used.
To Reproduce
Go to "Features\Shared\Views\ElementBlocks\TextboxElementBlock.cshtml"
Add breakpoint anywhere or "TEST" text in <label> tag.
Build and run the website.
Create new with TextboxElementBlock and place it anywhere.
Go to the page with the new form.
Fom is rendered but custom view is not used. (no breakpoint hit, no sample text)
Expected behavior
Views from location "/Features/Shared/Views/ElementBlocks/{0}.cshtml" defined in FeatureViewLocationExpander should be used.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: Windows
Browser: chrome
Versions: CMS 12.7.0; Forms 5.1.0
Additional context
Editing forms.config doesn't seem to work either. I assume it's episerver error.
The text was updated successfully, but these errors were encountered:
Describe the bug
Form elements view location "/Features/Shared/Views/ElementBlocks/{0}.cshtml" defined in FeatureViewLocationExpander is not being used.
To Reproduce
<label>
tag.Expected behavior
Views from location "/Features/Shared/Views/ElementBlocks/{0}.cshtml" defined in FeatureViewLocationExpander should be used.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Editing forms.config doesn't seem to work either. I assume it's episerver error.
The text was updated successfully, but these errors were encountered: