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
When using the Razor macro of a Contour form :
If your form has a “Date Picker” it doesn't display the calendar when the page renders.
If your form has a “File Upload” it doesn't actually upload the files to the database.
Is there any thing I can check in the config to correct these issues?
Comment author was deleted
Date picker needs some js to render a calender
So you'll need to include jquery and jquery ui
For the upload that should just work, could it be that you have nested for tags?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Contour Date Picker and File Upload Don't Work
When using the Razor macro of a Contour form :
If your form has a “Date Picker” it doesn't display the calendar when the page renders.
If your form has a “File Upload” it doesn't actually upload the files to the database.
Is there any thing I can check in the config to correct these issues?
Comment author was deleted
Date picker needs some js to render a calender
So you'll need to include jquery and jquery ui
For the upload that should just work, could it be that you have nested for tags?
is working on a reply...