Closed (fixed)
Project:
Webform
Version:
6.x-3.14
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Dec 2011 at 19:52 UTC
Updated:
12 Mar 2012 at 07:30 UTC
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
Comment #1
pbeakley commentedQuick note: wanted to add a
<meta name="robots" content="noarchive">...to the output. Forgot about the filter. :-)
Comment #2
quicksketchWebform 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).