Is it posible to add a working form to a Static Page?

I’m working on a static page in OJS 3.4. Like this: https://openjournaltheme.com/docs/plugins/how-to-create-a-static-page-in-ojs/

I need to add a form to receive name, email and message through email, but needs to be done in this static page, Any Ideas?

If there is a similar plugin I could develop one, a similar plugin would be of much help

Hi @GonzaloOrtellado,

To my knowledge, there is not a plugin that exists for this. But you could possible embed a third-party form (e.g. Google Forms) in a static page, using an HTML iframe or something similar. You’d want to have enabled the texteditor extras plugin to give you the ability to do this.

-Roger
PKP Team