Remove title field from edit modal
Hi, i'm new at twill and i need to remove the title field from the edit modal. Can anyone help me with suggestion on how to do it?
2 Replies
Hi @sindi you can implement the getCreateForm method in your module controller to controller those fields
Hi @ifox , i have used this method, but it only changed the pop up that is when i click at add new.This is how i have done it, but i can't find a way to change the edit pop up. ,, This is my code in module controller