Form – isSuccess and onSuccess
Notice: This thread is very old.
- HosipLan
- Moderator | 4668
isSuccess() is a method, that you can call and it will tell you, if the form was submitted and successfully validated. As you can see in the API reference.
onSuccess is an event, that is based on Nette\Object's event system.