With Copilot
Acquia Copilot is a conversational AI connected into our product documentation and knowledge base. Ask Copilot about product features, technical details, troubleshooting and how to get started with Acquia products.
Sign in to use Acquia Copilot
This is an example that leverages the Next.js Webform library for rendering forms that are built by using the Drupal Webform module. The framework can render simple Webforms out-of-the-box. You can extend the functionality to support advanced features in Webform. Acquia recommends that you leverage this approach for rendering Webforms.
For an easy setup, Acquia recommends that you use the Drupal Webform REST module.
On Webform REST, apply the patch from this issue to add the Webform Autocomplete Options endpoint.
This step is only required if you use autocomplete fields.
/admin/config/services/rest:/admin/people/permissions#module-rest for RESTful Web Services.contact webform if you do not have the form: /admin/structure/webform.Run the development server:
npm run dev
# or
yarn devhttp://localhost:3000 with your browser to see the result.Start editing the page by modifying pages/index.tsx.
The system automatically updates the page as you edit the file.
For more information about Next.js Webform and Next.js for Drupal Starter Kits, see
If this content did not answer your questions, try searching or contacting our support team for further assistance.
If this content did not answer your questions, try searching or contacting our support team for further assistance.