Access to form fields with tokens¶
Version v1
You can apply this model as a recipe (Drupal 10.3 or later) to your own Drupal site:
1 2 3 4 5 6 7 8 9 10 11 | |
Purpose¶
This model demonstrates how to access form field values during validation or submission, how to find out the proper token syntax for each form field type, and also an alternative approach by building a temporary entity from form field values to use the more transparent entity token syntax.
The creation of this module was recorded and the video with additional explanations can be watch here.
Requirements¶
This recipe includes the library's article_content_type recipe, which provides the Article content type together with its body field. Drupal 11.4 removed that content type from the Standard profile and Drupal 12 removed core's recipe for it, so the library ships its own. Composer installs it alongside this recipe.
Dependencies¶
- config
- field.field.node.article.field_flag
- field.field.node.article.field_text
- field.field.node.location.field_flag
- field.field.node.location.field_text
- field.storage.node.field_flag
- field.storage.node.field_text
- node.type.article
- node.type.location
- module
- eca_form
- menu_ui
- modeler_api
- node