Registering users

When a user clicks on the 'Register' button in the navbar they will be brought to the 'onboard' page, where they can choose to register as either a Customer or a Freelancer.

Once they choose an option and click on the button below, they will be brought to the 'register' page where they can fill in their details.

Based on the option the user chooses on the 'onboard' page, a different URL parameter will be sent to the 'register' page. This controls whether the user will be registered as a Customer or a Freelancer.

Last updated