In the Field Details tab, highlight the date control and check the Data Constraints and Value Conversions sections. In Data Contraints check to ensure the type is date. In the Value Conversions section make sure any Date Formats you have specified are valid. Also, ensure you have the Create a calendar popup for this field? tickbox is ticked. You can also try changing the Calendar Display Method between Popup Window and In Page Display modes to see if this makes any difference. Also ensure your Button styling (CSS class) is set correctly.
One final check is to ensure you have not introduced some error on your page before the calendar control, which may be preventing the control from rendering properly. You can use browser Developer Tools, Firebug, etc. to see if your page is generating any script errors.
As a last resort you can try recreating your date control from scratch by dragging it from the palette.
RE: Calendar Popup Not Showing
In the Field Details tab, highlight the date control and check the Data Constraints and Value Conversions sections. In Data Contraints check to ensure the type is date. In the Value Conversions section make sure any Date Formats you have specified are valid. Also, ensure you have the Create a calendar popup for this field? tickbox is ticked. You can also try changing the Calendar Display Method between Popup Window and In Page Display modes to see if this makes any difference. Also ensure your Button styling (CSS class) is set correctly.
One final check is to ensure you have not introduced some error on your page before the calendar control, which may be preventing the control from rendering properly. You can use browser Developer Tools, Firebug, etc. to see if your page is generating any script errors.
As a last resort you can try recreating your date control from scratch by dragging it from the palette.
Kind Regards
Abdul
RE: Calendar Popup Not Showing
I changed the Calendar Display Method to Popup Window and now it works, but for some reason In Page Display does not. It will do for now.
thanks