Replaced by: 

With Drupal core's Contact module are the most direct Drupal 8 replacement

Drupal 8

Entityform is now eForm for Drupal 8 (to avoid name confusion). Although there is no stable release yet and the most active and direct alternative is Contact Storage ( + Core Contact). This module adds much of Drupal 7 EntityForm functionality to the core Contact module.

Overview

The Entityform module enables you to create front-end forms (fieldable entities), which contain fields that you define! These forms use the standard Drupal fields. This means that out of the box, you can use any standard Drupal node field! As of the time this article was written, there were over three hundred "field" modules. And since Entityforms are "Drupal entities", you will automatically be able to use future "field" modules!

The forms can be used to create custom surveys, petition, and personalized contact forms, and other customized form. (For those of you who have used Webforms, this module brings Webform's functionality into the "standard" Drupal field / entity world.)

As with everything in Drupal, there are Pros and Cons to using Entityform. All though Entityform is a powerful tool, it is not always the best solution. The article When to Use Entityform discusses the advantages and disadvantages that Entityform may have over other methods of creating user "submittable" forms. Do not use Entityform for forms that will contain 150+ form elements

Reccomended Versions

The Drupal 8 verision of Entityform has been renamed to EForm(to avoid name confusion).

For new users the 7. x-2. x alpha versions are recommended. These versions are also recommended for current 7.x-1.x users who are NOT using built in Rules integration. The only remaining issues with them is upgrading 7.x-1.x Rules integrations to use Entity Rules.

The Problem

While Webform is a great module with a huge following, it does not integrate with standard Drupal field or entity aware modules. And while Webform can be integrated into Rules and Views via additional modules, it does add complexity and overhead.

The Solution

To solve these issues, the Entityform module was created. It is a survey creation tool that allows integrates with standard Drupal field and entity aware modules out of the box.

Features

  • Ability to attach any Drupal Field to the Forms
  • Ability to use most field based and entity aware modules.
  • You can download submitted data to XML and / or CSV data files using View Data Export.
  • Rules based form submission notifications. Allows for complex notifications logic.
  • Rules based form access control. Allows for complex access logic.
  • Use Views to create to create an administrative listing of each Entityform type Submissions for fine grain control.

Module Integration

The Entityform module was written to specifically take advantage of Drupal's Entity API. This feature results in out of the box integration will most other entity aware modules. Here are some of the more notable modules with which Entityform integrates:

These are used to extend the functionality of Entityform.

Usage

  1. Enable the module
  2. Go to admin/structure/entityform_types
  3. When you enable the Entityform module, it will add the following entries to the Administrative menus:
    • Home » Administration » Structure » Add entityform type
    • Home » Administration » Structure » Import entityform type
    • Home » Administration » Configuration » Content authoring » Entityform settings
    • Home » Administration » Reports » Entityform Submissions

There is complete user documentation available for your convenience.

Requirements

Author

Ted Bowman
The author can be contacted for paid customizations of this module as well as Drupal consulting and development. Ted also teaches Drupal module development courses online with Six Mile Tech.

Sponsorship

Initial development of this module was sponsored by Blenderbox, Inc. and the New York City Economic Development Corporation. On going development is sponsored by Six Mile Tech

Acknowledgments

Special thanks to Dennis Solis for his work on this project as part of the DrupalEasy Career Starter Program

Supporting organizations: 
Funding and Development

Project information

Releases