hello all,
I am using the CF_EmbedFields tag in a 3 part form.  the first day that I used it 
everything worked fine. however now when I run that form. (3 days latter with NO 
changes to the site) my cfserver.exe ends up taking up 95% of the CPU usage (this is 
running local). has anyone else ever ran into this before? here is the code that I 
have used it in just in case you see something that might be doing this: Thanks for 
the help/input.
if you need more than what I have given I will post it.
Thanks,

<!--- Form Part 1 (10 formfields)

<cfform action="NewClient2.cfm" method="post">
<!-- REST OF FORM HERE-->
<input type="Submit" value="Next -->">
     </cfform>
-->

<!-- FORM Part 2 (9 formfields)

<cfform action="NewClient3.cfm" method="post">
<CF_EmbedFields>
<!-- REST OF FORM HERE -->
</cfform>
-->

<!-- FORM Part 3 (4 formfields)

<cfform action="AddClient.cfm" method="post">
<CF_EmbedFields>
<!-- REST OF FORM HERE -->
</cfform>
-->


Jay Patton
Web Design / Application Design
Web Pro USA
406.549.3337 ext. 203
1.888.5WEBPRO
www.webpro-usa.com


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to