Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wturnerharris/7e385fdc979c43e11ff7ae0a978cad4c to your computer and use it in GitHub Desktop.
Save wturnerharris/7e385fdc979c43e11ff7ae0a978cad4c to your computer and use it in GitHub Desktop.
Footer newsletter with Gravity Forms
<div class="form newsletter__form">
<?php
if ( ! empty( $form_id ) && function_exists('gravity_form') ) {
gravity_form($form_id, false, false);
}
?>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment