Quote:
Originally Posted by Quantnet.org
1) The date output is right now as 3\30\2006, how do I change it to 3/30/2006
2) Which template I need to edit to show the * in red.
|
1. Edit question and change the date spacer.
2. Findin plugin Easy Forms Part 1:
PHP Code:
$formbit['question'] = $formbit['question'] . "*";
Replace:
PHP Code:
$formbit['question'] = $formbit['question'] . "[color=red]*[/color]";