November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hi,
Have you also included @Html.RequiredClientResources("Footer") at the bottom of your page? Amongst other things, this is used to add jQuery onto your page which is a requirement for a number of the client-side features of Episerver Forms.
Just as a quick update - did the following to resolve:
I have set up a Epi Form that contains two elements. A Text Box with a "This Field will be hidden" option when the value of a multiselect field Equals "No".
When I select "No" on the multiselect there are no console errors shown, but the Text Box element is not hidden.
I have @Html.RequiredClientResources(RenderingTags.Header) in the head. Is there something else I need to do for this functionality to work?