Quote:
Originally Posted by nakedanvil
1) Do you want to look at it? OK, I set permissions so you can view: HERE Just playing with the mod right now, dummy content.
2) I mean just adding some text (not a question) in the form.
|
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>';