Skip to content
Loading
Open a webform in a popup
 step 2. The bootstrap modal where we will use the iframe with the url of your second webform.
  1. class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">    
  2.     class="modal-dialog">    
  3.         class="modal-content">    
  4.             class="modal-header">    
  5.                 "button" class="close" data-dismiss="modal">"true"class="sr-only">Close    
  6.                 class="modal-title" id="myModalLabel">Cantidad reservas mensuales    
  7.             
    
  •             class="modal-body" id="content">    
  •                 "webform2.aspx">  // use url of second web form.  
  •             
  •     
  •             
  •         
  •     

  •    
  •  
    and that's it. It is simple.
    Note:- you can also use the ajax toolkit modal extender for better performance.