Hi all, I am trying to use a form which does not redirect after its acceptance. However after the submit the new form does not pass through:
if form.accepts(request.vars, session): ... elsif form.errors: ... unless the page is reloaded. Is this the expected behavior?

