Hi,
I have created a form and put in a text box instead of a date time picker by mistake.
I have tried deleting the code for the text box and adding the code for a cf_datetimepicker:
But this hasn't worked, it still shows a text box.
Can anyone help please?
I have created a form and put in a text box instead of a date time picker by mistake.
I have tried deleting the code for the text box and adding the code for a cf_datetimepicker:
<div class="form_item">
<div class="form_element cf_datetimepicker">
<label class="cf_label" style="width: 150px;">Preferred wedding date: </label>
<input class="cf_datetime" title="" size="20" id="date_6" name="date_6" type="text" />
</div>
But this hasn't worked, it still shows a text box.
Can anyone help please?
I found the answer in another topic:
Thanks Bob.
Probably you haven't go the input names in the DateField Names box near the bottom of the General Tab. This list tells ChronoForms where to add the date-pickers.
Bob
Thanks Bob.
This topic is locked and no more replies can be posted.