Newbie to MDX. Need to create/find MDX code for a simple Feedback form. #2237
-
Hi All, Any help is greatly appreciated. I know that MDX is powerful, but I'm still coming up to speed on it! Russ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Welcome @russurquhart1! 👋 You could create your own form with plain React https://reactjs.org/docs/forms.html and your own backend to store responses. |
Beta Was this translation helpful? Give feedback.
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/