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?