Hello!
EE version 2.1.3. Build 20101220
I’ve got a problem. I want give to user an opportunity to choose expiration date of entry is SAEF via “datepicker”. But it doesn’t work.
{exp:channel:entry_form channel="blog" return="index" preview="site/entry" use_live_url="no"}
<input id="datepicker" class="formcanvas" type="text" name="expiration_date" value="{expiration_date}" maxlength="23" size="25" />
[removed]
$(function() {
$( "#datepicker" ).datepicker();
});
[removed]
{/exp:channel:entry_form}If I remove channel tags it will work correctly. So could you tell me how can I solve this problem?