Hi,
I am reading up on ColdFusion and I have a good idea about how cfforms work. For instance, I know that if I set validateAt to 'onSubmit' on a cfinput tag, ColdFusion will automatically create JavaScript to validate the form client side. So upon the form being passed to the server, ColdFusion...