Maybe I've simply overlooked this answer. Maybe I haven't been looking hard enough, but after 3 hours... I'm tired, stressed, and about to put my foot thru my computer.
I've built several custom forms in Chronoforms, and absolutely love it... that is until today. I've spent literally the past 5 hours practicing insanity (trying the same thing apparently over and over again expecting a different result).
All i want to do is be able to manually place a date picker. That's all. I don't care about the year selector, just month and date.
I know that the code to drop this in the form is:
I know this because I made a form with just THIS using the form wizard. I've cheked css, javascript, and I'm done. How, HOW in God's name do I create a form and use this. I simply don't see why I would have to code my own calender when there is already one in Chronoforms.
To answer a few questions;
yes I'm using a custom css I've dropped in.
yes I've checked google
All I want is an answer as to how. thanks in advance
Mekio
I've built several custom forms in Chronoforms, and absolutely love it... that is until today. I've spent literally the past 5 hours practicing insanity (trying the same thing apparently over and over again expecting a different result).
All i want to do is be able to manually place a date picker. That's all. I don't care about the year selector, just month and date.
I know that the code to drop this in the form is:
<div class="form_item">
<div class="form_element cf_datetimepicker">
<label class="cf_label" style="display: none;">Date:</label>
<input class="cf_datetime required" title="" size="20" id="date_0" name="date_0" type="text" />
</div>
<div class="cfclear"> </div>
</div>
I know this because I made a form with just THIS using the form wizard. I've cheked css, javascript, and I'm done. How, HOW in God's name do I create a form and use this. I simply don't see why I would have to code my own calender when there is already one in Chronoforms.
To answer a few questions;
yes I'm using a custom css I've dropped in.
yes I've checked google
All I want is an answer as to how. thanks in advance
Mekio