Quote:
Originally Posted by Quantnet.org
1) One thing I notice is that for the question of date type which is not required, if you don't choose any date, the result will display as //. Can you make it blank if we don't pick any date?
2) I did as told and the question now show like this
PHP Code:
Program:[color=red]*[/color]
Example http://www.quantnet.org/forum/misc.php?do=form&fid=1
|
1. Import attached file.
2. Woops, should have been html code
Find in plugin Easy Forms Part 1:
PHP Code:
$formbit['question'] = $formbit['question'] . "*";
Replace:
PHP Code:
$formbit['question'] = $formbit['question'] . "<font color=red>*</font>";