Remote_form_tag

I’m using the remote_form_tag to submit my form data to a controller
method call. I would like to forward if everything checks out and
display
the model errors is there is a mistake. Right now my method call
returns
a string and it’s being displayed in a div, but I can’t force a redirect
or display errors is they exist.

Any ideas?

Thanks,
David