According to the documentation "The date picker uses a front-end library called PikaDay.js to display a UI to pick dates from" and "To achieve this a new Razor partial view is included /Views/Partials/Forms/DatePicker.cshtml once on a page with a form that includes a date picker"
The DatePicker.cshtml partial views isn't being included on the page although there are no console or log errors.
Is there a configuration setting somewhere that I am missing??
Date picker not rendering or storing date
Date Picker is rendering as textbox instead of Date Picker and no data is being saved when the form is submitted.
Using Umbraco 7.9.2 and Forms 7.0.0
There are no console errors and no errors in Umbraco Log file
Any ideas?
According to the documentation "The date picker uses a front-end library called PikaDay.js to display a UI to pick dates from" and "To achieve this a new Razor partial view is included /Views/Partials/Forms/DatePicker.cshtml once on a page with a form that includes a date picker"
The DatePicker.cshtml partial views isn't being included on the page although there are no console or log errors.
Is there a configuration setting somewhere that I am missing??
It seems that the RenderAction in InsertUmbracoFormWithTheme is not rendering the scripts regardless of the value of includeScripts.
Was able to resolve the issue with assistance from:
https://our.umbraco.org/forum/umbraco-forms/89367-forms-scripts-macro-not-rendering-scripts
is working on a reply...