First let me apologize for being so new to Drupal and modules.
I need to create a Webform that has a set of Radio Buttons that contains an "Other" option. This "Other" option should trigger a text field to appear so that a user could enter additional info.
I thought that the ExplainField module would help me with this but can not figure out how to implement it on a web form. I have found a way to add a field to Webform creation in general, which seems to act as expected but I want the user to see the radio buttons and trigger the appearance of the text box.
Is this possible or am I on the wrong track regarding the purpose of this module?
Any help would be appreciated and thanks for understanding my novice nature.
JG
Comments
Comment #1
snufkin commentedExplainfield is a plugin for CCK, which is a module to extend general posts, like articles etc with different field types. I am not sure what webform does to be honest, never used it.