After opening and closing the modal window, clicking on the button does not display the modal window again. The screen remains grayed out and the content of the modal window does not appear.
yyyyyyyyyyyyyyyy
function customShortcode() {
ob_start();
?>
<a type="button" class="filterbutton" href="#myModal1" data-toggle="modal">BOOK FREE ADVISORY </a>
<!-- Modal -->
<div id="myModal1" class="modal" tabindex="-1">
<div
<section class="vc_section block-form-custom"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
<div class="wpb_raw_code wpb_content_element wpb_raw_html ">
<div class="wpb_wrapper">
<span class="close" data-dismiss="modal"></span>
</div>
</div>
<div class="wpb_raw_code wpb_content_element wpb_raw_html">
<div class="wpb_wrapper">
<div class="customWebForms" data-custom-webforms="https://customwebformurl.com/form/xxxxx" id="idd8ptf" style="width: 100%; height: 100%; overflow: hidden; min-width: 320px; position: relative;"><script src="https://cdn.customassets.com/web-form-assets/webforms.min.js"></script>
<div class="asd"></div>
<iframe src="https://customwebformurl.com/form/xxxxx?embeded=1&uuid=idd8ptf" scrolling="no" name="http://whalebone.g6.cz/telecom/-idd8ptf" style="border: none; overflow: hidden; width: 100%; max-width: 768px; min-width: 320px; height: 1003px; position: relative;"></iframe></div>
</div>
</div>
</div></div></div></div></section>
</div></div></div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<?php
return ob_get_clean();
}
add_shortcode('customshortcode', 'customShortcode');