Skip to content

Instantly share code, notes, and snippets.

@beovulf
Created February 5, 2016 14:25
Show Gist options
  • Save beovulf/fc2396f7fe0d56e9f761 to your computer and use it in GitHub Desktop.
Save beovulf/fc2396f7fe0d56e9f761 to your computer and use it in GitHub Desktop.
multiple modal
<button class="btn btn-warning btn-offer btn-buy" data-toggle="modal" data-target="#modal1">Wykup udział</button>
<div class="modal fade bs-example-modal-lg" id="modal1" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel">
<div class="modal-dialog modal-lg">
<div class="modal-content offer-form offer-form-modal">
<h3>Poproś o wycene:</h3><?php echo do_shortcode('[contact-form-7 id="375" title="Poproś o wycene"]'); ?>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment