Closed (fixed)
Project:
Webform
Version:
6.x-3.18
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2013 at 09:39 UTC
Updated:
18 Jun 2013 at 04:38 UTC
Hello,
I'm also interrested to get rid of prefix and suffix in the webform mail.
I use version webform 6.x-3.18 and I don't find "theme_webform_mail_textfield" anymore as explained in #5 for the support request "Remove Label After Textfield" (webform 6.x-2.29)
I only find function theme_webform_display_textfield($element)
But I want to keep prefix and suffix in the display.
Could you help me?
Thanks.
Comments
Comment #1
quicksketchAssuming your sending plain-text e-mails, you can check the $format variable and only print out the field prefix and suffix if $format === 'html'.
This general question is out of scope for the Webform issue queue so I'm closing it directly. As mentioned in the submission guidelines, I don't provide help with custom coding:
Please refer to other resources such as IRC or Drupal StackExchange to ask your questions.