Hi,
I have two web forms (done with Coffee Cup Web Form Builder). The forms are embedded in the html files.
When opening the html file on their own, there are no problems and the forms load correctly.
My webpage setup:
Index.html - Table with header, iframe container and footer.
all the webpage content gets loaded into the iframe container.
JavaScript in Index.html (In <Head> tag):
<script>
function loadDiv(doc, divId)
{
document.getElementById(divId).innerHTML=doc.getElementById(divId).innerHTML;
}
</script>
In <body> tag in all other pages to load into container:
<body onload="top.loadDiv(document,'nav')" BGCOLOR="#000000">
The problem is with the files with the embedded web forms:
The html files open correctly in the container but the area where the form is supposed to show up, gives this error (local previewing and uploaded to web):
Cannot find your XML file. You need to upload it for
----------------------------------------------------------
I have uploaded the files to my testsite:
http://test1.dnams.net/
The pages with the forms are:
Permits
Contact Us
-----------------------------------------------------------
It also seems as though it is only an Internet Explorer 7 issue because the forms opens fine in Google Crome, Safari and Firefox.
----------------------------------------------------------
I have googled this problem but can't seem to find a working solution.
Any help would be greatly appreciated!
Embedded Web Form Error when loading...
I think I am experiencing a similiar problem. I have got the same page Cannot find your XML file. etc., and I have upload it several times with all the other files just to make sure. But still the same outcome.
I use IE.7 but have another website using one of the ccforms and it's working fine.
There is some code which is different in the feed back form it's self and I don't know what it relates to (I use dreamweaver layout cells and table and know very little about code). I have considered removing it to see if it makes a difference, but I'm don't want to mess my page up completely.
If you find out what the cure is to this I would be grateful for your insight.
Best Wishes ... Avril
I use IE.7 but have another website using one of the ccforms and it's working fine.
There is some code which is different in the feed back form it's self and I don't know what it relates to (I use dreamweaver layout cells and table and know very little about code). I have considered removing it to see if it makes a difference, but I'm don't want to mess my page up completely.
If you find out what the cure is to this I would be grateful for your insight.
Best Wishes ... Avril
Best Wishes ... Avril
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.