Plain modal form, load on page load Thu, 06/26/2014 To load just plain moda form and add some contetn to it. Do this $(document).ready(function() { Drupal.CTools.Modal.show(); $('#modal-title').html('put title here'); $('#modal-content').html('put content here'); }); and modal will open. Drupal 7 Modules View the discussion thread.