Closed (fixed)
Project:
Webform
Version:
5.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Mar 2008 at 22:20 UTC
Updated:
11 May 2008 at 05:12 UTC
in the select component it is possible to define options as pairs of safe_key|readable option
how do I access "some readable options" in webform-mail-x.tpl.php?
print_r($form_data) returns only safe_keys
Comments
Comment #1
Rafał Ch commentedComment #2
quicksketchThere isn't an easy way to do this. You'll have to emulate the same functionality that theme_webform_mail_select() uses.
Yikes.
Comment #3
quicksketch