Hi,
Just wanted to know if I have a lot of fields in one form and I want to organize it in a good fashion using tabs …
so I have two options to do this;
- either by building a tabpanel-like part of the form by having some buttons and hiding and showing fields.
- or by having a self join
Which is better option, in the scope of performance and maintainability?
or is there any other option that works in both client and web?