简体   繁体   中英

Adding anchor tags to components in webform module (Drupal)

Does anyone know how to add links to components within the webform module of Drupal? eg.

            module 1 module 2 module 3
<a>row1</a>  (cbox)   (cbox)  (cbox)

There is a template for webform - webform-form-[nid].tpl.php (where nid is the Node ID of the webform you want to customize). This is where you would start creating a custom form. The exact process depends on how you created your webform, but judicious use of the Devel module and your browser developer tools will help you find the specific pieces that need to be modified.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM