Hi,
I am working with the new flash forms in CF7, and I have running into problems. I am using the following simple code just to test it, but I am still recieving a blank page (like when you have HTML in between the form tags). Here is the code.
<html>
<head>
<title>Untitled Document</title>
</head>
<body>
<cfform name="form1" format="flash" skin="haloblue" height="400" width="400">
<cfinput type="text" name="text1" width="50" size="50">
</cfform>
</body>
</html>
I started out with the full form, but took it all the way down to this and still nothing. I never get the initializing page, just blank every time. Thanks for any help in advance.
Keith
The most likely way for the world to be destroyed, most experts agree, is by accident. That's where we come in; we're computer professionals. We cause accidents.
I am working with the new flash forms in CF7, and I have running into problems. I am using the following simple code just to test it, but I am still recieving a blank page (like when you have HTML in between the form tags). Here is the code.
<html>
<head>
<title>Untitled Document</title>
</head>
<body>
<cfform name="form1" format="flash" skin="haloblue" height="400" width="400">
<cfinput type="text" name="text1" width="50" size="50">
</cfform>
</body>
</html>
I started out with the full form, but took it all the way down to this and still nothing. I never get the initializing page, just blank every time. Thanks for any help in advance.
Keith
The most likely way for the world to be destroyed, most experts agree, is by accident. That's where we come in; we're computer professionals. We cause accidents.