I am having an issue with flash forms.

I am adding a series of cfformitems and when I get to a certain amount, the 
form doesn’t load.

Any suggestions?

Here is my code:

<cfformgroup type="page" label="Summary">
<cfformitem type="html">
<font color="#CC0000"><b>NOTE: Below is a summary of your endorsement. These 
figures are for quoting purposes only. Actual premium may vary.</b></font> 
</cfformitem>

<cfformgroup type="hbox" visible="yes" enabled="yes">
        <cfformgroup type="panel" style="font-size:11px" label="ENDORSEMENT 
QUOTE - POLICY  ##630078" height="300" width="420">
                <cfformgroup type="horizontal" label="Endorsement Effective 
Date:">
                <cfformitem type="html"><font color="#CC0000" 
size="11px">12/20/2006</font></cfformitem>
                </cfformgroup>
                <cfformgroup type="horizontal" label="Policy Effective Date:">
                <cfformitem type="html"><font color="#CC0000" 
size="11px">12/20/2006</font></cfformitem>
                </cfformgroup>
                <cfformgroup type="horizontal" label="Pro-rated Endorsement 
Adjustment Amt:">
                <cfformitem type="html"><font color="#CC0000" 
size="11px">($220.00)</font></cfformitem>
                </cfformgroup>
                <cfformgroup type="horizontal" label="Prior Installment Amt 
Due:">
                <cfformitem type="html"><font color="#CC0000" 
size="11px">($905.00)</font></cfformitem>
                </cfformgroup>
                <cfformgroup type="horizontal" label="New Installment Amt:">
                <cfformitem type="html"><font color="#CC0000" 
size="11px">$0.00</font></cfformitem>
                </cfformgroup>
                <cfformgroup type="horizontal" label="Next Installment Amt:">
                <cfformitem type="html"><font color="#CC0000" 
size="11px">$0.00</font></cfformitem>
                </cfformgroup>
        </cfformgroup>
        <cfformgroup type="panel" label="VEHICLE PREMIUMS BY COVERAGE" 
height="300" width="420"> </cfformgroup>
</cfformgroup>
        <cfformgroup type="horizontal" style="horizontalAlign:right;">
                <cfformitem type="html" height="35" width="95"> <a 
href="#"><img src="images/buttonSubmit.jpg" width="84" height="26"/></a> 
</cfformitem>
        </cfformgroup>
</cfformgroup>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:2184
Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to