Formspree Integration Not Functional in GitBook Plugin #546
Description
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.
Any guidance or a fix for this issue would be greatly appreciated.