Closed (fixed)
Project:
Webform
Version:
6.x-3.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Dec 2010 at 03:53 UTC
Updated:
29 Dec 2010 at 07:27 UTC
I'm building a webform and would like to link some of the text to a page with more information on the item being selected. I understand html does not work within the select area. I read someone saying you can get links in using the key value. If this is true, I would appreciate someone walking me through how to do this, as I'm not a developer and am new to Drupal.
Comments
Comment #1
quicksketchI'm not sure what you're trying to accomplish here with your description, "link some of the text to a page with more information on the item being selected". Where would this link go? Are you talking about a link in an actual HTML
<select>tag, or do you mean as radio buttons?Comment #2
skookumchuck commentedI have been tasked with creating a survey. Users select one of several options, and submit their choice. Within the text describing each option we want to put a "read more here" link that takes the person to a page in a new window with more information on that choice.
Comment #3
skookumchuck commentedIt was this conversation that led me to think there's a solution: http://drupal.org/node/442338
Comment #4
quicksketchSo you didn't answer my question of whether it's a
<select>list or<input type="radio">buttons. If you use radio buttons (the default for select components) instead of "List box" style selects, you can use basic HTML including links in your options. As I've said before, this is not possible in<select>elements because HTML does not allow it.Comment #5
quicksketchClosing after lack of response. Please reopen if you have further questions on this issue.