Thanks @danyork! Your solution fixed the problem for me too.
Had exactly the same problem after previous developers had failed to test any image inserts after using an old version of Magic Fields plugin!
This is certainly not possible out of the box with the plugin.
Not sure what the purpose of having users subscribed but not opted in for email notifications would be??
You would also want to provide some sort of notification to the user according to whether they checked the checkbox or not before they hit the Submit/Subscribe button.
@darianculbert, I was like you and found that above two suggestions do nothing…
What you want to do is update the following in the file /custom-contact-forms/js/custom-contact-forms-datepicker.js:
change line 4 from : $m(“.ccf-datepicker”).datepicker();
to: $m(“.ccf-datepicker”).datepicker({ dateFormat: ‘D, d MM, yy’ });
or whatever date format you want 🙂