Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have an issue with the conditionals I have a radiobutton list if i select yes I should see the following boxes.. but I get no response....
Any ideas what I am doing wrong?
just to reiterate on the front end i have the radio buttons but regardless of what I do I get a no show of the 2 hidden fields
Help me obi-wans kenobi.. I'm a little flummoxed..
Hi Ravi,
What version of Umbraco Forms are you using?
Also besure that you have prepared your front-end by adding i the top of your site before the form is loading.
<script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-2.1.1.min.js"></script> <script src="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.13.1/jquery.validate.min.js"></script> <script src="http://ajax.aspnetcdn.com/ajax/mvc/5.1/jquery.validate.unobtrusive.min.js"></script>
https://our.umbraco.org/documentation/Add-ons/UmbracoForms/Developer/Prepping-Frontend/
If you want to load them in the bottom of you page you'll need to perform an extra step
https://our.umbraco.org/documentation/Add-ons/UmbracoForms/Developer/Rendering-Scripts/
Hope this helps,
/Dennis
I'm using Umbraco form 4.1.5
the only thing I have differently is the
<script src="/scripts/vendor/jquery/jquery-2.1.3.min.js"></script>
<script src="/scripts/vendor/jquery-validate/jquery.validate.js"></script>
<script src="/scripts/vendor/jquery-validate/jquery.validate.unobtrusive.js"></script>
are below the form
Okay if you are loading your scripts under the form, then you need to do these steps that you find here:
I would also recommend you to update to the latest version of Umbraco Forms, there have been fixed a lot of issues with conditionals and a ton of UI changes to the better.
would that explain why I get a
Error loading Partial View script (file: ~/Views/MacroPartials/InsertUmbracoForm.cshtml)
error when I try and submit the form??
Perhaps, it could be this, http://issues.umbraco.org/issue/CON-1025, and it has been fixed in 4.3.0 http://issues.umbraco.org/issue/CON-1034
You could also try set
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco Forms Conditionals - not working
I have an issue with the conditionals I have a radiobutton list if i select yes I should see the following boxes.. but I get no response....
Any ideas what I am doing wrong?
just to reiterate on the front end i have the radio buttons but regardless of what I do I get a no show of the 2 hidden fields
Help me obi-wans kenobi.. I'm a little flummoxed..
Hi Ravi,
What version of Umbraco Forms are you using?
Also besure that you have prepared your front-end by adding i the top of your site before the form is loading.
https://our.umbraco.org/documentation/Add-ons/UmbracoForms/Developer/Prepping-Frontend/
If you want to load them in the bottom of you page you'll need to perform an extra step
https://our.umbraco.org/documentation/Add-ons/UmbracoForms/Developer/Rendering-Scripts/
Hope this helps,
/Dennis
I'm using Umbraco form 4.1.5
the only thing I have differently is the
are below the form
Hi Ravi,
Okay if you are loading your scripts under the form, then you need to do these steps that you find here:
https://our.umbraco.org/documentation/Add-ons/UmbracoForms/Developer/Rendering-Scripts/
I would also recommend you to update to the latest version of Umbraco Forms, there have been fixed a lot of issues with conditionals and a ton of UI changes to the better.
/Dennis
would that explain why I get a
Error loading Partial View script (file: ~/Views/MacroPartials/InsertUmbracoForm.cshtml)
error when I try and submit the form??
Hi Ravi,
Perhaps, it could be this, http://issues.umbraco.org/issue/CON-1025, and it has been fixed in 4.3.0 http://issues.umbraco.org/issue/CON-1034
You could also try set
Error loading Partial View script (file: ~/Views/MacroPartials/InsertUmbracoForm.cshtml)
Hope this helps,
/Dennis
is working on a reply...