Node Form Templates
34 sites
Security covered
This module allows users to create content more quickly by providing customizable templates that pre-fill node fields. When creating a new node, users can select a template from a dropdown to populate the form with predefined values.
Create templates which will prefill fields when creating a new node.
When adding a node, a dropdown element will be displayed on top of the form
allowing the user to choose a template.
For Drupal 7
Templates are stored in YAML format so the PHP extension php-pecl-yaml is required to parse the templates configuration. Visit https://www.php.net/manual/en/yaml.installation.php for installation instructions.