Hello,

From the webform module I receive more or less empty mails like this:
------
Submitted on %date

Submitted by user: %username

Submitted values are: %email_values

The results of this submission may be viewed at: %submission_url
------

When I'm checking the result list via webfrontend it looks normal and all content is available.

Any hints?

Thanks!

Comments

warhammer73 created an issue. See original summary.

DanChadwick’s picture

Status: Active » Fixed

Those are Drupal 6 style tokens. Install the token modules, and use the token browser to update them to Drupal 7 style tokens, such as [current-user:name].

warhammer73’s picture

???

The token modules are installed.
But what is the token browser and what should I update with the browser?

DanChadwick’s picture

Visit where you have used the token. Replace the old %XXXX style token with the Drupal 7 [XXXX:YYY} style tokens. Each place where you can type a token has a link to "View available tokens". Click this to open the token browser so you can choose the new style token.

It looks like you are updating an old webform to 7.x-4.x. Read this: https://www.drupal.org/node/1609324#tokens

warhammer73’s picture

Ok, thanks.

If I understand it right I need more or less for all fields(Except date):
[current-page:query:?]
With replacement of ? with the fieldnames?

warhammer73’s picture

After some tests.
I was wrong.
It was not a problem of the Form (Not necessary to change anything on the form).
I created long time ago a new mail template. This template must be changed to the new token.

Now it's running without problems.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.