Copy link to clipboard
Copied
I have a large/long 'work order' form that has well defined header, testing, details, part usage, and labor summary 'sections'. I would like to integrate tabs into this form for easier navigation, without having to rewrite it. As I understand tabs I would have to break out each section into a separate template, which would require me to break out the update template also. Is there a way to easily integrate tabs into this mess without having to rewrite?
-Bill
Copy link to clipboard
Copied
If you wish to use ColdFusion's AJAX functions for the tabs, then I think you have no other choice than to break the form up into templates.