Skip to content

Instantly share code, notes, and snippets.

@digisavvy
Last active August 29, 2015 14:20
Show Gist options
  • Save digisavvy/f4bba1f9a25ccc0812a2 to your computer and use it in GitHub Desktop.
Save digisavvy/f4bba1f9a25ccc0812a2 to your computer and use it in GitHub Desktop.
Ninja Forms and Foobox Popup
<?php
if( function_exists( 'ninja_forms_display_form' ) ){
echo '<div id="ninja_form" style="display: none;">';
echo "<h3>Class Enrollment Inquiry Form</h3>";
ninja_forms_display_form( 1 );
echo "</div>";
}
?>
<span class="white-cta">
<a href="#ninja_form" target="foobox" data-width="600px" class="white-cta">Enroll Now</a>
</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment