Update Next.js Drupal Webform authored by Lauri Timmanee's avatar Lauri Timmanee
...@@ -3,6 +3,10 @@ module with Next.js applications. This library is capable of rendering simple ...@@ -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 Webforms out-of-the-box. The functionality can be extended to support advanced
features of Webform. 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 ## Setup
1. Install the [Webform](https://www.drupal.org/project/webform) 1. Install the [Webform](https://www.drupal.org/project/webform)
... ...
......