Scott Swedorski wrote:The markup you added to VSD is wrong. This is what you have:
<script type="text/javascript">document.write(unescape("%3Ciframe id=\"fb_iframe\" src=\"productinquiryform2.php" + window.location.search + "\" width=\"970\" height=\"793\"allowtransparency=\"true\" scrolling=\"no\" frameborder=\"0\"%3E<a href=\"productinquiryform2.php\" title=\"productinquiryform2\">Check out my CoffeeCup Form</a>%3C/iframe%3E"));</script>
<noscript>
<iframe width="970" height="793" style="border:none; background:transparent; overflow:hidden;"
id="fb_iframe" src="productinquiryform2/productinquiryform2.html">
<a href="productinquiryform2.php" title="productinquiryform2">Check out my CoffeeCup Form</a>
</iframe>
</noscript>
You cannot use that markup if you want your form on S-Drive. That markup is for when a form is hosted on your server.
I need my form to be hosted on my server because I already have a form in S-Drive. Since it only allows me 1 form, I can't add any more on S-Drive. Is that correct?
So, I have to figure out how to upload my form through my server, copy the code into VSD, and then Publish. Is that correct?