Export/Import Review Forms between Journals (OJS 3.2.1)

Is it possible to export/import review forms from one journal to another?

Ideatly via the web front end (or a plugin) - otherwise can this be done at DB level?

Hi @SteveRoe,

For the moment this must be done in the database; see the tables:

  • review_form_element_settings
  • review_form_elements
  • review_form_responses
  • review_form_settings
  • review_forms

These are linked to a journal ID in the assoc_id column of review_forms.

Regards,
Alec Smecher
Public Knowledge Project Team