Otherwise - from a server side aspect, you could do something like this,
After form submital:

<cfif IsDefined("FORM.RequiredBox") AND FORM.RequiredBox EQ "1">

        <h2>There were errors in your submission:</h2>
        <p>FORM.RequiredBox is required....</p>

<cfelse>
Process Form

</cfif>

Does that help?

- N


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3020
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