Relationship default value at sign-up

Hi @montetennis,

There is a workaround for that. You’ll need to create a custom sign-up form. Then convert a “Sign up” button to a list of Risks, filtered by the lowest risk (so that you have just one button). Then after signup, you redirect the user to interim screen, where you assign the risk (update the user - current risk will be available). And then direct to home screen.
Please see the short video here:

P.S. you may need to make some additional conditional checks on interim screen, so that if somehow user gets there (with Back button), the risk value is not overwritten.

2 Likes