Can we set up an alternate form to allow the ...

Can we set up an alternate form to allow the user to modify the user settings?

0 4 308
4 REPLIES 4

Iโ€™m afraid itโ€™s not possible.

Christian, why do you want an alternate form? Do you intend to change the UX styling?

The use case I have is: Iโ€™d like to prompt to the user to select a language the first time they log in, and store the selection in Usersettings, and then not show the form anymore (unless when explicitly going to the Settings menu. This means a conditional Display rule. But I think the Settings form is hard coded isnโ€™t it?

You could solve this one with an expression (Starting view) like IF(ISBLANK(USERSETTINGS(Option)),Settings,OtherView).

Top Labels in this Space