Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formspree Integration Not Functional in GitBook Plugin #546

Open
DerKip opened this issue Sep 16, 2024 · 2 comments
Open

Formspree Integration Not Functional in GitBook Plugin #546

DerKip opened this issue Sep 16, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@DerKip
Copy link

DerKip commented Sep 16, 2024

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.

@addisonschultz
Copy link
Collaborator

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

@DerKip
Copy link
Author

DerKip commented Sep 17, 2024

Thank you! Looking forward to seeing it resolved.

@addisonschultz addisonschultz added the bug Something isn't working label Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants