Sep 13
I just sat starring at some code I wrote for a CFFORM, nothing too complex - an accordian and some input boxes etc. I had a cfformitem type=”text” in the form and a cfselect with some options. Now when the form loaded the form initialised - I could switch between the page’s in the accordian but no matter what I tried I couldn’t get the cfformitem=”text” to appear nor the options in the cfselect, the rest of the form was fine. I tried the code on a production box and it worked fine…then I remembered this was a newly created virtual server and I hadn’t created a mapping to the CFIDE folder. Once that was done it all worked fine…so note to self - make sure the CFIDE mapping exists!
September 13th, 2005 at 8:27 am
thats really strange though… if cf didnt have access to the cfide folder, the flash would have never loaded and initialized… or at least that has been my experience with it.
September 13th, 2005 at 11:33 am
I have had simliar experiences with cfform. Try playing with the size of the fields and the width of the cfform and see if that helps, sometimes cfform chokes when the widths that are set are too small for the content.