WikiEditor 1.32 has a compatibility issue with the Page Forms extension. This is due to the fact that
$.wikiEditor.modules.dialogs.config = { ... };
has been replaced with
module.exports = toolbarConfig;
Page Forms still relies on the jQuery module, and thus fails to render the WikiEditor toolbar when using the form editor. This is easy to resolve by redefining the jQuery module for backwards compatibility, but may be more appropriate to resolve with the Page Forms team.