Creating a one sign up page for multiple user roles

Hi, all
I have followed the video instructions from Gregory and wanted to add some more functionality to it but some how it shows errors.

I have 4 roles, each role should have its own page with different views.
I have duplicated the sign up button workflow and changed who should sign up to where but getting an error “Make changes to User…: value should be Venue but right now it is a Organizer”

I know i am doing something wrong :slight_smile:

Thank for the future help

Made some changes to the user nad managed to resolve the error but the signup still doesn’t work as expected

The field connected role expects a Venue record

But you’re trying to save am Organizer datatype to the field. This is what caused the error

If you will see in the second reply I have found the issue.
I made two fields with different types and it solved it.
but the sign up is not signing when I choose organizer.

this is how the page looks like

Use the step by step debugger, what are you seeing that is preventing a user from being created?

I did the step by step and somehow it always takes the venue signup flow

I solved it in a very strange way

Maybe, you can add a field on user’s type:

user= xxxx
rol_1 = 0

user=xxxx
rol_1 = 1

user=xxxx
rol_1 = 2

user=xxxx
rol_1 = empty

user=xxxx
rol_2 = 0

Then, You’ll show the elements that rol_1 is not empty (for example)

Fixed Thanks.
I have done this another way and will show you.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.