We're using latest version of umbraco forms v8.7.3 with a umbraco v8.8.4.
Our master template has a simple setup using the @Html.RenderUmbracoFormDependencies() in the <head>.
We're rendering our form using:
@Umbraco.RenderMacro("renderUmbracoForm", new { FormGuid = Model.Form, FormTheme = "custom-form", ExcludeScripts = "1" })
Our custom form is a copy of the default theme with some extra css changes. No changes have been done on javascript or any classes needed for conditional logic.
Important notice:
we're using vue as components for some pages. It's not a vue application but vue is linked above the main tag with id="app".
Using any script tags in the main tag results in vue warnings such as:
Templates should only be responsible for mapping the state to the UI. Avoid placing tags with side-effects in your templates, such as <script>, as they will not be parsed.
I'm using a simple form to test this with the following setup:
Umbraco Forms conditional logic not working
Hello!
We're using latest version of umbraco forms v8.7.3 with a umbraco v8.8.4.
Our master template has a simple setup using the
@Html.RenderUmbracoFormDependencies()
in the<head>
.We're rendering our form using:
@Umbraco.RenderMacro("renderUmbracoForm", new { FormGuid = Model.Form, FormTheme = "custom-form", ExcludeScripts = "1" })
Our custom form is a copy of the default theme with some extra css changes. No changes have been done on javascript or any classes needed for conditional logic.
Important notice: we're using vue as components for some pages. It's not a vue application but vue is linked above the main tag with id="app".
Using any script tags in the main tag results in vue warnings such as:
Templates should only be responsible for mapping the state to the UI. Avoid placing tags with side-effects in your templates, such as <script>, as they will not be parsed.
I'm using a simple form to test this with the following setup:
Results:
Any idea what we're doing wrong? Thanks!
Hi, I'm experiencing the same issue, wondering if you had any updates on this.
Hi Sven, did you ever get this to work?
We're seeing the same thing on Forms v8.7.5 with Umbraco v8.15.0
Same here - not working
Same here - Umbraco 8.16.0 and Forms 8.7.6
is working on a reply...