Help with Hook to Modify Review Form Item Types in OJS Plugin

Describe the issue or problem
I’m trying to add a custom item type (slider) to the review form in the workflow settings. I’ve created a plugin, and it registers successfully, but I’m not sure if I’m using the right hook to add the slider option to the review form’s item type dropdown. Right now, the slider doesn’t appear as an option in the form.

Could you help me identify which hook should be used to modify or extend the review form when creating a new review form element in the workflow?

Steps I took leading up to the issue

  • Created a plugin that registers successfully and logs that it’s been hooked.
  • Tried using the Form::config::before hook to inject the slider into the review form, but it doesn’t seem to target the review form creation process correctly.
  • Opened the review form editor in workflow settings, but the new item type does not appear in the dropdown.

What application are you using?
OJS 3.4.0-7

Additional information
I have logs and screenshots available if needed that show the plugin registering and the logs showing it’s hooked properly. Let me know if I should share them.

Hi @bilalelkhouly,

I’ve responded on your other topic; it’s best to just post each question once.

Thanks,
Alec Smecher
Public Knowledge Project Team