Closed (fixed)
Project:
Webform Patched
Version:
7.x-3.18
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2012 at 09:35 UTC
Updated:
20 Aug 2013 at 20:13 UTC
Jump to comment: Most recent
Comments
Comment #1
fizk commentedFixed! http://drupalcode.org/project/webform_patched.git/commitdiff/1d2c258a61d...
It will be available in the next release.
Comment #2
fizk commentedBy the way, the node title shows up fine for me in a webform block using
%title.Comment #3
fizk commentedIf you're looking for the page title or page URL, try
[current-page:title]and[current-page:url].Comment #4
knalstaaf commented[current-page:title]as default value in a hidden field works like a charm. And so does[node:title]in the e-mail subject.Brilliant! Thank you.
This module pops out the cork of a bottleneck that has been around for years!
Comment #5
s1work commentedDo clean URL's need to be on in order for this to work?
Because I can't get this to work at all. Every time I submit the form from a block, I get the webform's title and not the title of the page the form block is on.
Comment #6
knalstaaf commentedClean urls are not necessary AFAIK. Are you sure you're using the proper token (and is the Token module enabled)?
Comment #7
s1work commentedI've used all different kinds of tokens, but to no avail.
Yes, token module is enabled.
Comment #7.0
s1work commentedsearch query
Comment #8
drein commentedMe too, I obtain always the title of the base webform.
I'm using webform patched 3.19, not the dev.
The only way I can have the url of the page is with the %server variables.
The block is configured to be displayed only on some pages, not in all pages, perhaps is that?
very strange!