Partially submitted should do the trick. For back button it's resumed, but it does not fire on the first back click, only on 2nd -> n . If you need full control I suggest you inherit from the renderform and override that std. button-click events. [edit: prev and next page methods is not available when overriding RenderForm]
Event for Next button click
Is there an event for the Next button click? If so, what is it? :)
Hi Pete,
Which "Next" button are you referring to?
Benjamin
Partially submitted should do the trick. For back button it's resumed, but it does not fire on the first back click, only on 2nd -> n . If you need full control I suggest you inherit from the renderform and override that std. button-click events. [edit: prev and next page methods is not available when overriding RenderForm]
Hope this helps, Harald.
Thanks Harald, PartiallySubmitted is what I was looking for. For some reason it wasn't hitting the breakpoint on Friday but is now.
is working on a reply...