in my theme there are several customizations, in particular I added two new fields to the submission.
I was able to modify the submission entry form in this way:
I have overridden the tpl submission/form/submissionMetadataFormTitleFields.tpl
where I added 2 new textareas belowe abstract textarea
I added 3 hooks:
submissionsubmitstep3form :: initdata
submissionsubmitstep3form :: readuservars
Publication :: edit
to init the form, read the input values and save them on submit
I also added the 2 new fields to the schema using this hook
Schema :: get :: publication
In that part (entering a submission) everything worked fine.
On the other hand, I am not able to complete the work and introduce the 2 new fields in the publication modification form too (the one that is used to publish the submission, see the screenshot).
I can’t find the tpl where to override the form.
It seems to me that it doesn’t really exist and that in reality that form is rendered only in the dom by a javascript.