I am building a very basic student management system with Modx and I need help with TVs.
I am adding Student information fields with Collections. I am using Tv for each entry. Like name, class, fees, section etc.
I have some conditions where I want tv to show different values after selecting value.
Like when client select an option from list suppose concession tv has 2 list options yes and no. So when client select YES, I want a text box area to be appear to input the concession amount.
I did this but no success -
concession TV
Listbox (single select)
Yes==[[*student_class]]||No
student_class is a tv with text area input.
How to do this ? Please help.