Quote:
Originally Posted by bananalive
Find in product file or plugin: Easy Forms Part 1
PHP Code:
$formoutput = "[CENTER][B][SIZE=5][COLOR=Black]" . $form[title] . "[/COLOR][/SIZE][/B][/CENTER]\r\n\r\n";
No.
PHP Code:
$answer = '<input type="text" readonly="readonly" id="q_' . $formbit[id] . '" name="' . $formbit[id] . '" value="' . $vbulletin->userinfo[username] . '" />';
|
Thank you for all this, is there a way to make the username not editable?
Also which part of the Easy Forms plugin can I edit to make the answers font bigger?