Quote:
Originally Posted by bananalive
1. The title looks fine to me?
2. Create Custom Question with the following PHP Code:
PHP Code:
$text = "some text here...";
$answer = $text. '<textarea id="q_' . $formbit[id] . '" name="' . $formbit[id] . '" rows="1" style="visibility: hidden;">' . $text . '</textarea>';
|
1) Except it should be bold, centered and size 5. And the "description" text right under should not be bold.
2) Thank, I'll try it! I sure appreciate it.