Active
Project:
Drupal 8 with twig - abandoned sandbox
Component:
Code
Priority:
Major
Category:
Support request
Assigned:
Reporter:
Created:
2 Oct 2019 at 11:29 UTC
Updated:
24 Jan 2023 at 05:29 UTC
Jump to comment: Most recent
i have display my form in twig. But submission not working.
Any solution please.?
Comments
Comment #2
suraj_vantagode commentedPlease add the below form elements into your twig file then it should work:
{{ form.form_build_id }}
{{ form.form_token }}
{{ form.form_id }}
{{ form.actions }}
Reference: https://www.drupal.org/forum/support/module-development-and-code-questio...