I'm not quite clear on what your question is. I'll try to
guess.
I don't know what a "dashboard" is. You need to tell us.
Are you making an Ajax request to the server, and you need to know
how to serialize the form? If so, something like:
$('form').serialize()
will give you the
form values in encoded form. You can just paste it on the end of
the URL.