Skip to content

Instantly share code, notes, and snippets.

@pdewouters
Created March 23, 2012 17:23
Show Gist options
  • Select an option

  • Save pdewouters/2172989 to your computer and use it in GitHub Desktop.

Select an option

Save pdewouters/2172989 to your computer and use it in GitHub Desktop.
Contact form 7 with colorbox and spots
echo '<div id="home-banner"><div class="inner">';
if ( function_exists( 'icit_spot' ) )
$spot = icit_get_spot( 'home banner', false );
echo do_shortcode($spot);
echo '</div></div>';
//jQuery
$(".inline").colorbox({inline:true, href:"#contact_form"});
//html
<div style="display:none;">
<div id='contact_form' style='padding:10px; background:#fff;'>[contact-form-7 id="100" title="Contact form 1"]</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment