Hi everyone,
is there a resource/example on how to add fields to the series form /category form and save the data in the DB for OMP 3.4.?
Right now I am overriding the seriesForm.tpl to add my fields and then using
Hook::add('seriesform::execute', array($this, 'metadataExecute'));
to save the data but it somehow doesn’t save…
What am I missing?
Thank in advance!