I am trying to make my form show tables based on radio button selections. My specific use case is:
Using a radio button field type, when user selects "New Install" as the project type a table named "Install Description" is populated. When user selects "Retirement/Abandonment" a table named "Retired/Abandoned Pipe Description" is populated. But, when user selects "Replacement" I need both the "Install Description" and the "Retirement/Abandonment" tables to show....I tried using a section over both tables and field rules to show the section when "replacement" is selected and show each specific table when the other options are selected but it doesn't work. I also tried a rule to show both tables when replacement is selected and then show each specific table when the other options are selected.