Maintainers strive to actively monitor issues and respond in a timely manner.

Formtype

___

Enables form types to create form entities and forms to create submission entities. Like Webform, but with standard form widgets and full Views support.

___

Secure Confirmations

Secure confirmations interacts with Webform module confirmation message pages to do the following:

Text Format Access

"Text Format Access" provides an ability to configure global or per-role access to text formats of particular field.

CRM Core Email Contact

This module adds the rules event to send formatted e-mail message to CRM Contacts.
The form of the mail parameters has some UI improvements.

Compound token

This module provide compound token and field token,

What is compound token,Here is an example:
[node:uid|user:mail]
This is a compound token contain several sub token, the first sub token is [node:uid], the second is [user:mail]
the result of the first sub token could be passed to the second sub token as an ID.
the result of the second sub token could be passed to the third sub token as an ID.
...
Drupal core provide chain method which is very good, but it is very difficult to solve the issue of field tokens.

Field token, after you install this module, you could use field tokens following this rule:
[node:body:und:0:value]
[node:field_test:und:1:value]
[node:field_link:und:0:url]
....
These token could not be found in token tree. Just following the rules provide by this module, then it will works.

This is allowed :
[node:field_uid:und:0:value|user:name]
[node:field_nid1:und:0:value|node:field_nid2:und:0:value|node:uid|user:name]
[node:field_tid:und:0:tid|taxonomy_term:field_uid:und:0:value|user:name]

You should understand the structure of field before use this module.such as field_name, langcode, delta,column.

Use Case

Use case1: work with Custom breadcrumb 7.x-2.x to set complex breadcrumb, http://drupal.org/node/1543224
Use case2: work with pathauto 7.x-1.0 to generate complex path alias, http://drupal.org/node/1543306

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained