No, but the scripts did have the non-www version of the domain name in their links, whereas the rest of the site is supposed to be the www version, and the SSL certificate applies only to www. The source from the page is below:
<!-- Start Of Script Generated By cforms v11.4 [Oliver Seidel | www.deliciousdays.com] -->
<link rel="stylesheet" type="text/css" href="http://domain.com/wp-content/plugins/cforms/styling/gopalcloud.css" />
<script type="text/javascript" src="http://domain.com/wp-content/plugins/cforms/js/cforms.js"></script>
<script type="text/javascript" src="http://domain.com/wp-content/plugins/cforms/js/calendar.js"></script>
<script type="text/javascript">
var cforms = jQuery.noConflict();
Date.dayNames = ["S","M","T","W","T","F","S"];
Date.abbrDayNames = ["S","M","T","W","T","F","S"];
Date.monthNames = ["January","February","March","April","May","June","July","August","September","October","November","December"];
Date.abbrMonthNames = ["January","February","March","April","May","June","July","August","September","October","November","December"];
Date.firstDayOfWeek = 0;
Date.fullYearStart = "20";
cforms.dpText = { TEXT_PREV_YEAR:"Previous Year",TEXT_PREV_MONTH:"Previous Month",TEXT_NEXT_YEAR:"Next Year",TEXT_NEXT_MONTH:"Next Month",TEXT_CLOSE:"Close",TEXT_CHOOSE_DATE:"Choose Date",ROOT:"http://domain.com/wp-content/plugins/cforms"};
cforms(function() { Date.format = "dd/mm/yyyy"; cforms(".cf_date").datePicker( {startDate:"01/01/1899",verticalOffset:10,horizontalOffset:5,horizontalPosition:1 } ); Date.format = "mm/dd/yyyy"; });
</script>
<!-- End Of Script Generated By cforms -->
I'm not sure if the newest version of cforms will have the same problem.