import the folder to the resource: as soon as it encounters the files that cause an error (Ie:name of your file.php and confirm.php) it will stop copying files FOR when you export RSD
You need to physically add the missing files and folders to the one created by the resource
the name of the main folder will reflect the name of a php file; if this is missing the responce to the email will be missing; right click on blank image and find out where the mainfolder.php file needs to be placed....
AFTER YOU ADD THE WEB FORM FILES from the export of web form builder to the export directory of the WEB PAGE
YOU NEED TO ADD THE FORMMAKER SCRIPT TO THE HEADER: SORRY THIS IS A PROBLEM NOT CURRENTLY FIXED
ADD THIS SCRIPT ___****AFTER****____ the output from the formmaker script itself!!!!!!!
****************The formmail scripts must be placed at the bottom of the header or the resizing will not be responsive ***********(if you are using 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 -->
<!-- Start of the headers for CoffeeCup Web Form Builder -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./formemail3xbmc/colorbox/colorbox.css" />
<!--<script src="./formemail3xbmc/common/libs_js/jquery-1.4.4.min.js"></script>-->
<script src="./formemail3xbmc/colorbox/jquery.colorbox.js"></script>
<script>
var $fb_pop = jQuery.noConflict();
$fb_pop(document).ready(function(){
$fb_pop(".fb_iframe").colorbox({iframe:true, innerWidth:"870px", height:"80%", maxHeight:"886px", fixed:true });
});
</script>
<script type="text/javascript">
// Make ColorBox responsive
jQuery.colorbox.settings.maxWidth = '95%';
jQuery.colorbox.settings.maxHeight = '95%';
// ColorBox resize function
var resizeTimer;
function resizeColorBox()
{
if (resizeTimer) clearTimeout(resizeTimer);
resizeTimer = setTimeout(function() {
if (jQuery('#cboxOverlay').is(':visible')) {
jQuery.colorbox.load(true);
}
}, 100);
}
// Resize ColorBox when resizing window or changing mobile device orientation
jQuery(window).resize(resizeColorBox);
window.addEventListener("orientationchange", resizeColorBox, false);
</script>