-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add support for the Webform module #334
Comments
FYI there is a json:api endpoint exposing webform configs :
There is also |
Thanks for the additional information @davidferlay, I did look into this atleast once, and did get a working prototype, but for whatever reason I didn't commit it. |
I've put together my initial prototype of Druxt with Webform: https://github.com/Decipher/druxt-experiments/tree/feature/webform Gitpod: https://gitpod.io/#github.com/Decipher/druxt-experiments/tree/feature/webform Currently it will render a Webform attached to a Webform node. As Webforms are content entities, it should also be possible to render a detached webform. The Webform elements are parsed using I haven't yet attempted to submit or handle the data, but I will followup when I continue with the experiment. |
Sounds good @Decipher ! I'll have a deeper look at the code and gitpod soon |
Is your feature request related to a problem? Please describe.
As a user I want the ability to display forms build with the Webform module in Druxt
Describe the solution you'd like
Describe alternatives you've considered
N/A
Additional context
The text was updated successfully, but these errors were encountered: