I have a simple user registration form, with two fields, one for username and another for the password. I have a controller called UserController which has thes
UserController
You could use $.ajax to submit the form with the correct verb
Here is an example