Webform Placeholder Component

Component ID

1818630

Component name

Webform Placeholder Component

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Webform placeholder component
------------------------
by Sergei Tarassov

Description
-----------
This is a small and efficient additional component for webforms which add
component for webforms. Component is a placeholder component which provide
access to submission data via tokens from previous fields to display it in as
markup component. No setup needed, just add placeholder component to webform.
Initially the module rose from the task http://drupal.org/node/1667572

Known problems
--------------
Webform uses a custom invoke functions (webform_component_invoke) which does not
prefix the module name before the function call. Functions in
components/placeholders.inc are therefore not namespaced, when/if the webform
module changes this, I will add the correct namespacing.

Installation
------------
* Copy the module's directory to your modules directory and activate the
module.

Requirements
------------------
Webform module, version 4.x
Token module

Additional links
--------------------
Sandbox to full project issue