Help - Two User Registration in one app

Hello,

I am wondering if it is possible to create two ways for an app user to register for an account. Basically I want to have one registration for businesses and another for customers. Right now, when I create more than one registration page, it makes the first one not work.

Thanks!

Hi Rachel,

You can have as many registration pages as you need, each page would have its own unique address.

Could you describe what exactly is not working?

Regards,
Mark

Hi Mark,

Basically I duplicated my original user registration page (which when I tested it was working). Then with the duplicate page, I modified a few of the registration fields (keeping only email and password the same). I updated the logic for the “register” button to match the new fields. Now both registration pages have stopped registering new users.

Thanks,
Rachel

There must be an error in the logic or data binding…

I can’t seem to find anything that doesn’t match and I followed the tutorial for user registration.

Here’s a video on debugging codeless logic:

If it doesn’t help, please provide the following information:

  • Do you see any errors on Browser’s console? (in DevTools)
  • Do you see the registration API call in the Network tab in DevTools?

Regards,
Mark