I am trying to get the form builder plugin working for a group project and I have gone through the docs (https://payloadcms.com/docs/plugins/form-builder), guide (https://payloadcms.com/blog/create-custom-forms-with-the-official-form-builder-plugin), youtube example (https://www.youtube.com/watch?v=Fm4YaG__EHg), and referenced the example code (https://github.com/payloadcms/payload/tree/main/examples/form-builder). I am able to create forms on the CMS but they do not render when I add them to a page. Adding in console.logs in different places confirms that the forms are created, but they are lost somewhere along the way. In the picture, at app/_components/Blocks/index.tsx, blocks returns an empty object for the form.
Please, is anyone able to help? Here is the repository: https://github.com/michaelgolshani/oh-man-clothing-redesign-backend/tree/chad_form_builder. At the moment, the form builder is only in the branch 'chad_form_builder'.
Tired of implementing HubSpot forms that look like garbage? Struggling with iFrames, or having nightmares thinking about integrating Gravity Forms? With Payload's Form builder plugin, you can easily implement custom forms without the headache.
Form Builder Plugin - https://github.com/payloadcms/plugin-form-builder
Form Builder Plugin Blog Post...