I need to load a subscription form with colorbox on page load.Colorbox opens on page load but inside I only see an error message "This content failed to load.". Here is the code that I use
JS
jQuery(document).ready(function($) {
$( .colorbox5 ).colorbox({open:true, href: div#content5 });
});
....
<><><><>>><>>>>><>>>>>>
<body>
<div style="display:none;">
<div id="content5" class="colorbox5">
... my form here
</div>
</div>
Can anybody please help me to solve this problem? (I m using Drupal)