The fix presented
is broken when I add either CC MenuBuilder or CC Responsive Content Slider in the Headers.
IN order to find the form link please scroll down to the words "Click Here", just below the contact us image.
This link shows RCS and Menubuilder working but the form does not shrink properly to cell phone size:
http://boyar.net/xbmc15/mainxbmc.html
This link shows the form working so that it shrinks in a browser to cell phone size but the RCS and Menubuilder have been disabled (by removing only the header code see below)
http://boyar.net/xbmc15/mainxbmcwithout.html
If I remove the header code below the pop-up form works correctly (I tried to remove either of them but they both seem to cause the problem)
<!--% Start of the headers for CoffeeCup Responsive Content Slider %-->
<link href="secondrcs/css/slideshow.css" rel="stylesheet">
<script>document.createElement( "picture" );</script>
<script src="secondrcs/js/picturefill.js" class="picturefill" async="async"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Josefin+Sans">
<link rel="stylesheet" href="secondrcs/css/main.css">
<script src="secondrcs/js/jquery-1.8.2.min.js"></script>
<script src="secondrcs/js/revolver.min.js"></script>
<script src="secondrcs/js/slideshow.js"></script>
<!--% End of the headers for CoffeeCup Responsive Content Slider %-->
<!-- Start of the headers for !CoffeeCup Menu Builder -->
<meta charset="utf-8" />
<link rel='stylesheet' type='text/css' href ='menu_mine_2016j/stylesheets/menu_builder.css'/>
<link rel='stylesheet' type='text/css' href ='menu_mine_2016j/stylesheets/style.css'/>
<script type="text/javascript" src="menu_mine_2016j/js/jquery-1.8.2.min.js"></script>
<script type="text/javascript" src="menu_mine_2016j/js/modernizr-2.6.2-respond-1.1.0.min.js"></script>
<script type="text/javascript" src="menu_mine_2016j/js/tinynav.js"></script>
<script type="text/javascript" src="menu_mine_2016j/js/mb.js"></script>
<!-- End of the headers for !CoffeeCup Menu Builder -->