I've scoured the /templates directory and can't figure out if or how Webforms uses a template at all to output webform-results/table content. I'd very much like to add a to the output, and i'd like to be able to do that via a template rather than hacking Webforms directly. Any thoughts?

Thanks!

Comments

pbeakley’s picture

Quick note: wanted to add a

<meta name="robots" content="noarchive">

...to the output. Forgot about the filter. :-)

quicksketch’s picture

Status: Active » Fixed

Webform outputs that page through the theme_webform_results_table() function which you can override in your theme. I think you could also do this with the Meta Tags module (http://drupal.org/project/nodewords) by adding tags by URL (I think this is possible at least).

Status: Fixed » Closed (fixed)

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