I had never seen this module before. Thanks, for showing me. I checked the Clientside Validation module and I think the followings:
The Clientside Validation module checks the user input only at the client side. RichForm on the other hand validates user input at the client and the server sides with the same method.
The RichForm helps you separating the business and functionality logic. You can extend RichForm functionality easy (view the Example Plugin). I didn't see these in the Clientside Validation.
RichForm is only for developers this time, for those who make rich user interfaces.
Comments
Comment #1
bryancasler commentedsubscribe
Comment #2
pp commentedHi,
I had never seen this module before. Thanks, for showing me. I checked the Clientside Validation module and I think the followings:
The Clientside Validation module checks the user input only at the client side. RichForm on the other hand validates user input at the client and the server sides with the same method.
The RichForm helps you separating the business and functionality logic. You can extend RichForm functionality easy (view the Example Plugin). I didn't see these in the Clientside Validation.
RichForm is only for developers this time, for those who make rich user interfaces.
Comment #3
giorgoskgood thanks for the update
maybe such a description can go into the project page so it can help people decide what they want to use