integrations icon indicating copy to clipboard operation
integrations copied to clipboard

Formspree Integration Not Functional in GitBook Plugin

Open DerKip opened this issue 1 year ago • 2 comments

After adding the Formspree integration endpoint in my GitBook Formspree plugin, I encountered issues with the form functionality. I am unable to toggle between form items (name, email) as it's stuck on the "email" input. When I publish the page regardless, the form is not rendered correctly. It breaks with the error below

ContentKit element not implemented "input": {
  "type": "input",
  "label": "Email",
  "element": {
    "type": "textinput",
    "state": "email",
    "placeholder": "Your email"
  }
}

Steps to Reproduce Added the Formspree integration endpoint in the GitBook configuration. Added Formspace type Tried to add form items (but got stuck on email) Published the page. Upon publishing, the form does not render correctly and breaks.

Expected Behavior The form should allow toggling between different form fields (name, email, etc.). Upon publishing, the form should be rendered properly with the correct input fields.

Actual Behavior Screenshot 2024-09-16 at 4 29 54 AM

Any guidance or a fix for this issue would be greatly appreciated.

DerKip avatar Sep 16 '24 01:09 DerKip

Thanks for pointing this out - we've got an open ticket for our team to fix this. We appreciate your patience so far!

addisonschultz avatar Sep 17 '24 06:09 addisonschultz

Thank you! Looking forward to seeing it resolved.

DerKip avatar Sep 17 '24 14:09 DerKip

@DerKip The issue has been fixed and merged. Let us know if you encounter any further problems.

nolannbiron avatar Feb 28 '25 19:02 nolannbiron