HELP!!! I cant get my Coffee Cup Web Form to work

Permalink
I have done this a million times...built a form uploaded and got it to run but for some reason I cant get the darn thing to work under Concrete. I created the page and inserted the form under thge Concrete editor and I can see it and it functions but the the rest of the world the page comes up blank when they click the tab.... any help out there. I have no idea what to do from here. The files reside in the right folder. Does Concrete not support this for some strange reason?

Thanks everyone!

 
Mnkras replied on at Permalink Reply
Mnkras
are you using an external form? or do you have an example url? is it just a plain html form?
americancib replied on at Permalink Reply
It is a form I created with Coffee Cup Web Forms. I've used them many times on other sites. It is an XML file that uses a total of 4 other files that are and HTML, PHP, SWF and a XML. They are uploaded to the web directory and it usually works.
Mnkras replied on at Permalink Reply
Mnkras
you should really use something else, I think you are linking to files in a wrong way, how are you inserting it in c5?
americancib replied on at Permalink Reply
WCat do you suggest i use that will work with c5.
jordanlev replied on at Permalink Reply
jordanlev
Have you tried the "form" block?
americancib replied on at Permalink Reply
If you go towww.www.usawakeupnow.net/myform.html... thats what I need it to look like and it may get a bit more complicated to. I dont think your form block can do that
Mnkras replied on at Permalink Reply
Mnkras
this is just a work around, drop all the files in a folder in the root dir, (like forms)

add an html block with this in it:

<script type="text/javascript" src="swfobject.js"></script>
<div id="CC8918642">Form Object</div>
<script type="text/javascript">var so = new SWFObject("myform.swf", "myform.xml", "800", "1056", "7,0,0,0", "#ffffff");so.addParam("classid", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000");so.addParam("quality", "high");so.addParam("scale", "noscale");so.addParam("salign", "lt");so.addParam("FlashVars", "xmlfile=myform.xml&w=800&h=1056");so.write("CC8918642");</script>


where it says myform.swf change it to site.com/form/myform.swf same with myform.xml (both of them)
americancib replied on at Permalink Reply
Didnt work unless I did it wrong. I replaced the the line of text for the xml and swf as you said and the page comes up blank now. The files are in the public-html directory. Should they be somewhere else?