Skip to content
Discussion options

You must be logged in to vote

Welcome @russurquhart1! 👋
MDX allows you access to components in your framework of choice. In your case Docusaurus/React.
There isn't an MDX specific solution, per se.
The solution would be use your favorite React form library/solution, and import it into your MDX documents.

You could create your own form with plain React https://reactjs.org/docs/forms.html and your own backend to store responses.
You could use any React form library https://blog.gandi.net/en/posts/form-lib-comparison/ and your own backend.
Or you could use one of the many form services which offer React support for the frontend and backend https://css-tricks.com/a-comparison-of-static-form-providers/

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ChristianMurphy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants