diff --git a/lib/zin/wg/thinkradio/v1.php b/lib/zin/wg/thinkradio/v1.php index f487d488c4..5a345f2f1d 100644 --- a/lib/zin/wg/thinkradio/v1.php +++ b/lib/zin/wg/thinkradio/v1.php @@ -108,7 +108,9 @@ class thinkRadio extends thinkQuestion 'name' => 'options[quoteTitle]', 'placeholder' => $lang->thinkstep->placeholder->quoteTitle, 'items' => $quoteQuestions, - 'value' => $quoteTitle + 'value' => $quoteTitle, + 'disabled' => empty($quoteQuestions), + 'title' => empty($quoteQuestions) ? $lang->thinkstep->tips->quoteTitle : null )) ) ),