Created
February 5, 2016 14:25
-
-
Save beovulf/fc2396f7fe0d56e9f761 to your computer and use it in GitHub Desktop.
multiple modal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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