If you have the time, this is one of the last things I have to figure out.. Right now, something like below is hard coded with a specific number of instances, in this case 5. The original was actually 20, but i cut it short. Basically, it is checking to see if any errors were flagged, and if none are, it sets the variable which will tell the script to process the submitted info. Can you loop within a CFIF Tag? This one has me puzzled.
<CFIF (photo_file_1_error EQ 0) AND (photo_caption_1_error EQ 0) AND (photo_file_2_error EQ 0) AND (photo_caption_2_error EQ 0) AND (photo_file_3_error EQ 0) AND (photo_caption_3_error EQ 0) AND (photo_file_4_error EQ 0) AND (photo_caption_4_error EQ 0) AND (photo_file_5_error EQ 0) AND (photo_caption_5_error EQ 0) > <CFSET showForm = "false"> </CFIF>
-- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon mailing list - http://groups.google.com/group/openbd?hl=en !! save a network - please trim replies before posting !!
