Changes
Page history
Update Next.js Drupal Webform
authored
Dec 22, 2022
by
Lauri Timmanee
Hide whitespace changes
Inline
Side-by-side
Next.js-Drupal-Webform.md
View page @
63d9ae1e
...
...
@@ -3,6 +3,10 @@ module with Next.js applications. This library is capable of rendering simple
Webforms out-of-the-box. The functionality can be extended to support advanced
features of Webform.
## Recommended setup
-
[
Next.js for Drupal
](
https://next-drupal.org/
)
or
[
Next.js for Acquia CMS
](
https://github.com/acquia/next-acms
)
.
-
Drupal modules:
[
Webform
](
https://www.drupal.org/project/webform
)
, REST, and
[
Webform REST
](
https://www.drupal.org/project/webform_rest
)
. JSON:API for dynamic routing.
## Setup
1.
Install the
[
Webform
](
https://www.drupal.org/project/webform
)
...
...
...
...