Hi All,
I found the code where i need to edit. please someone check and let me know how to go about.
/plugins/ccs_field/calendar/calendar.php
On line 114
[code]
$form = '<input class="inputbox text '.$required.$validation.'" type="text" id="'.$id.'_hidden" name="'.$name.'_hidden" readonly="readonly"'
[/code]
1. first thing is removing "readonly"
2. changing the value of this field on keyup to the value of the hidden field. This hidden field can be seen in line 106.
Can anyone please help me to solve this issue?