Download & Extend

In Calender view the webform submission link appears as "results"

Project:Webform
Version:7.x-3.15
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

Hi,
I have successfully created a calender view with webform showing webform submission link in the filed.
The date gets highlighted in the block view, but when i click on that date the calender opens and on that date it shows the webform submission link as "results". It creates a problem if there are 2-3 types of webforms on my site so it repeats "results" "results" "results". I would like that name of the webform should appear in stead of word results e.g administrative form results, production department form results.I tried to look and found out that "results" value it is picking from the file "webform_handler_field_node_link_results.inc". but i do not know which value should i put in place of $text to get the webform names
How can i achieve that?

Comments

#1

Status:active» fixed

In your view, add a field for "Node: title" and place it first in your list of fields. Configure it so that it doesn't display. Now edit your field for "Content: Webform results link". Click the "Rewrite the output of this field" option and use the token [title] there. This will change the link text to be the title of the node.

#2

Status:fixed» closed (fixed)

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

nobody click here