Im making a financial management app. During set up Im asking users to enter some details about their account. In this instance Im asking them to select the account type, Cash, Credit Card, Mortgage, etc. The terminology I want to use changes between them and even a field I want not to display in a couple.

I havent done anything really with custom states, but Im assuming the answer lies here. What am I trying to do tho within the custom state, like the set up, to alter the form based on the account type?

Hi Benjamin! No need for custom states here. You can put conditions on your groups containing the labels and inputs, and show/hide them depending on the value in your dropdown (which the user uses to specify the account type)

Once they click the Next button, you can add conditions on your workflow actions to save things accordingly

I know I can do that. But I didnt think it would do like if it says cash, but I forgot about arbitrary text. Thanks you jogged my memory

No worries, glad I could help :slight_smile:
Let me know if you need anything else

If the terminology and visibility of the fields depends on the value of dropdown, then you can do so with creating multiple conditional statements for text label and visibility. (State is not required)

Something like shown in the screenshot:

Use option set (if not) for values in Dropdown, it will make life bit easier.

Let me know if that works for you.

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