Hello,
In my edit page I make an event to hide a field. This is my code:
$xt->assign("storten_naar_fieldblock",false);
Under this field there are two tabs.
When I run the code the field is hidden but all the information of the 2 tabs is placed in one tabs. There seems to go something wrong.
What code do I need ?