Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I getting to doc2form, and really like its simplicity. Good work. Now I've got one question regarding this package.
I have a one field in my form document with DatePicker type. When transformed to form on site, this field apears exactly the same
as in umbraco backend, only calendar button isn't working, also "Clear date" apears but don't work.
Question is : how to correct this? Need to make another data type or... include some .js or any other way?
Marko
I have used the datepicker in the past with no issue.
A couple things to check:
Make sure the property alias does not have any funky characters or spaces.
try adding runat="server" to the head tag (<head runat="server">), as the control may be trying to inject scripts there.
You can make your own data types with other calendar options. It would be cleaner that way.
Thanks, Casey,
<head runat="server"> doesn't help, also for some properties this way corrupts as metaDescriptions etc.
Anyway, will try to make own data type.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
doc2form and datepicker field
Hi,
I getting to doc2form, and really like its simplicity. Good work. Now I've got one question regarding this package.
I have a one field in my form document with DatePicker type. When transformed to form on site, this field apears exactly the same
as in umbraco backend, only calendar button isn't working, also "Clear date" apears but don't work.
Question is : how to correct this? Need to make another data type or... include some .js or any other way?
Marko
I have used the datepicker in the past with no issue.
A couple things to check:
Make sure the property alias does not have any funky characters or spaces.
try adding runat="server" to the head tag (<head runat="server">), as the control may be trying to inject scripts there.
You can make your own data types with other calendar options. It would be cleaner that way.
Thanks, Casey,
<head runat="server"> doesn't help, also for some properties this way corrupts as metaDescriptions etc.
Anyway, will try to make own data type.
is working on a reply...