I'm not sure if this is possible, but can the terms list be accessible as conditions when setting up conditionals? I'd like items on my webform to change depending on what term is selected from the Term Reference list, but the option doesn't seem to appear as a possible Conditional to choose from.

Comments

yaach’s picture

I am having a very similar problem. I install Webform Term Options module because I need a field to be populated from a taxonomy vocabulary. I was able to select the vocabulary but when I go to Webform Conditionals first of all I see this message:

Warning: Missing argument 4 for webform_term_options_vocabulary_terms(), called in /var/www/drupal7/sites/all/modules/webform/components/select.inc on line 959 and defined in webform_term_options_vocabulary_terms() (line 36 of /var/www/drupal7/sites/all/modules/webform_term_opts/webform_term_opts.module).
Notice: Undefined variable: vid in webform_term_options_vocabulary_terms() (line 39 of /var/www/drupal7/sites/all/modules/webform_term_opts/webform_term_opts.module).

Then when I selected the field on the IF dropdown condition list, the third dropdown list to select the value of the field is empty. In other words, if I say " IF my field is XXXX", the XXXX dropdown list is blank of empty.

mmartinov’s picture

Category: Bug report » Feature request
tristangraves’s picture

I don't seem to be having any problems with this. The webform conditionals page seems to pull taxonomy populated select lists with no issue. The site I am working on uses version 7.x-4.0 of this module and version 7.x-4.16 of webform. It seems like this may no longer be an issue.