Hi,
I am new in SilverStripe, using version 3.5. I have a doubt in core silverstripe.
I need to override the default submit event in admin side of silver stripe?
I need to implement a new functionality like,
I have two tables, and when I try to insert a new value / delete a value from one table, then I need to automatically insert/delete that record from the other table. We can do it through writing rules in mysql, but the problem is that, I need to edit one of the field in the new table. So I need an interface for edit the second table. So i need to insert the record through Silver Stripe.
Thanks in advance.