• Resolved pnconnally

    (@pnconnally)


    I’m building a new post type to create chapters for a fraternal organization.
    When creating a chapter, I want to have a field: chapter type. This field should only allow the following values: Undergraduate or Alumni. Based on the data entry, I want to use conditional logic in other fields to show/hide certain fields. I’ve tried creating an additional taxonomy, but don’t see any way to restrict the values

Viewing 1 replies (of 1 total)
  • Plugin Support pdclark

    (@pdclark)

    Conditional logic does not run on relationship fields at this time, but since there are only two values, one can use a Yes/No field with the label for Yes changed to Alumni and the label for No changed to Undergraduate.

    The values for conditional logic would be 1 for Yes and 0 for No.

Viewing 1 replies (of 1 total)

The topic ‘Restricting Field Values’ is closed to new replies.