Customization based on selection

Hello everyone,
I want to customize projects form to show a new tab (Tab 2) based on project type.
can anyone help?

set the condition in depend on in the “tab” like

eval:doc.project_type=="Type 1"

// OR

eval:doc.project_type
1 Like

it worked. thanks alot!