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
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