Web Form Builder Output in FF - Post...

User 1738266 Photo


Registered User
52 posts

I generated a minimal 1-row, 2-column grid. I pasted in the output of Web Form Builder in the second column.

The form does not display. I was able to imbed a form in hand coded Foundation 5.

Can anyone point out what I'm missing?

<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="generator" content="Responsive Foundation Framer 2.0.111">
<title>Index</title>
<link rel="stylesheet" href="css/foundation.min.css">
<link rel="stylesheet" href="css/wireframe-theme.min.css">
<script>document.createElement( "picture" );</script>
<script>document.createElement( "picture" );</script>
<script src="js/picturefill.min.js" class="picturefill" async="async"></script>
<link rel="stylesheet" href="css/main.css">
</head>

<body class="no-js">
<div class="row">
<div class="columns small-4">
<h1>Heading Level 1</h1>
</div>
<div class="columns small-8">
<script type="text/javascript">document.write(unescape("%3Ciframe id=\"fb_iframe\" src=\"2016-IIBC-Reg.php" + window.location.search + "\" width=\"100%\" height=\"1228\"allowtransparency=\"true\" scrolling=\"no\" frameborder=\"0\"%3E&lt;a href=\"2016-IIBC-Reg.php\" title=\"2016-IIBC-Reg\"&gt;Check out my CoffeeCup Form&lt;/a&gt;%3C/iframe%3E"));</script>
<noscript>
<iframe height="1228" style="border:none; background:transparent; overflow:hidden; width:100%;"
id="fb_iframe" src="2016-IIBC-Reg/2016-IIBC-Reg.html">
<a href="2016-IIBC-Reg.php" title="2016-IIBC-Reg">Check out my CoffeeCup Form</a>
</iframe>
</noscript>
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/what-input.min.js"></script>
<script src="js/foundation.min.js"></script>
<script>$(document).foundation();</script>
</body>

</html>
User 103173 Photo


VP of Software Development
0 posts

You can find instructions on how to add a form to FF here. While these instructions are for RSD, the same process applies with Foundation Framer.

http://www.coffeecup.com/help/articles/ … -designer/
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 1738266 Photo


Registered User
52 posts

Thanks. I got it working. I think some of my problems were caused by trying to test with WAMP on my local machine. PHP seems to be different than my host.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.