Modal form for footer
authorLaury GvR <laury@gaslightmedia.com>
Wed, 4 Feb 2015 21:49:53 +0000 (16:49 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 4 Feb 2015 21:49:53 +0000 (16:49 -0500)
footer.php

index 75852ba..e620c5d 100755 (executable)
@@ -55,7 +55,7 @@
         </div> <!--off-canvas-->
     </body>
     <div id="modal-placeholder">
-        <?php $modal_link = do_shortcode('[ninja_forms_modal_form id=1 text_link="eNews Signup"]'); // Must stay above wp_footer() as it adds actions to it ?>
+        <?php $modal_link = do_shortcode('[ninja_forms_modal_form id=2 text_link="eNews Signup"]'); // Must stay above wp_footer() as it adds actions to it ?>
     </div>
     <?php wp_footer();?>
 </html>