Formspree Integration Not Functional in GitBook Plugin
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
Any guidance or a fix for this issue would be greatly appreciated.
Thanks for pointing this out - we've got an open ticket for our team to fix this. We appreciate your patience so far!
Thank you! Looking forward to seeing it resolved.
@DerKip The issue has been fixed and merged. Let us know if you encounter any further problems.