This may be a CSS issue? When I created a simple form displaying 2 cfinput fields with type datefield in CF10, the date-picker calendar control was displayed above the fields as expected:
<cfform action="date.cfm" method="post">
<label>Start Date:<br><cfinput type="datefield" name="start"></label><br><br>
<label>End Date:<br><cfinput type="datefield" name="end" label="End Date"></label>
</cfform>
Questions:
- What version of ColdFusion are you running?
- In which browsers are you seeing the undesired behavior?
- Can you provide sample code so that we can reproduce the problem?