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.
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.