Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
46.57 KB
MD5: bc2def1cbbb685fda327b11dd151bf4e
SHA-1: 073354c5fa4da4ab48cfdeb190c670068b4c02b3
SHA-256: aa809bc18e4921e22961b33c2b0b6141e913c8d37506bb1dfcb92e20d2275739
Download zip
56.57 KB
MD5: 009c04162070fab24c5ab811e3511f2b
SHA-1: f5b49ca375dd2f3f5356fd7436832d9fe021f367
SHA-256: eb78062d54b671b289803bc9e4fc0694bf2dc7c33886d9dd0cc30763051de562
Release notes
Changes since 7.x-1.0-rc1:
Major Changes
- Move Submission Rules form Entityform Notifications to EntityForms. Now you can trigger your own Rules with Entityform Notifications
- Created Validation Rules. These Rules can stop a Entityform submission from Validating
- Consolidated UI for all Entityform Rules. This UI simplifies the process of making Rules that work with Entityforms.
- Fix a problem with Embedded forms that have fields with AJAX callbacks.
Commit Log
- Fixed setup for tests
- #1818538 by tedbow:Fixed problem with ajax callbacks when entityform is embedded.
- Consolidated code to select Rules
- Just added missing function docs
- #1814066 by tedbow:Added Tests for invoking Rules
- #1814066 by tedbow:Insure rules don't try to invoke rules that don't exist
- added help for validation rules
- add validation rules
- moved form_alter to entitform
- Moved submission rules to entityform module