Conditional field visibility based on user selection in Voxel

  • Solved
  • Posted 1 month ago

Hello Arian

Is it possible in Voxel to show or hide fields dynamically based on a user’s selection while creating a listing?

For example, I have a dropdown field with options:

For Rent

For Sale

Sold

Based on the selected option:

If the user selects For Rent, fields like Area or Number of Rooms should be hidden

If the user selects For Sale, the Area field should be visible

This kind of conditional logic would help avoid creating multiple custom post types (CPTs) for similar listings and make the listing submission process much cleaner.

Is this functionality supported in Voxel, or is there a recommended workaround?