Is it accurate to say that once the submit button is clicked, Jorn's plug-in validates everything server-side first based on the id of the form, then once that's complete, with no errors, the form will be submitted to the action page automatically, in this case ex2_process.cfm, and perform the server-side validation?
I'm not quite sure of the flow of activity. Rick Yes assuming you meant "client-side" the first time you typed "server-side". The basic flow is: User completes form. Client side validation. If fails - abort submission of data and inform user - return to start. If passes submit data to server. Server side validation. If fails - abort data procession and inform user - return to start. If passes process data. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275759 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

