The submission's type (text/html) is hard-coded into submit.pl. Please
add a var for submission_defaulttype.
Most sites really need to change their default submission type to 'text'
from 'html' because most users are confused when they type something
in, hit preview, and it's a ball of text instead of where they had hit enter af
ew times.
About the only way to make this modification now is 2 edit the
displayForm\;submit\;default template:
[% def_type = form.sub_type || 'plain'; sub_types = { "html" => "HTML
Formatted", "plain" => "P
lain Old Text" }; Slash.createSelect('sub_type', sub_types, def_type, 1) %]
it'd be nice if that was || constants.submission_defaulttype
Logged In: YES
user_id=586712
This is probably similar to this previous feature request
#1259033:
http://sourceforge.net/tracker/index.php?func=detail&aid=1259033&group_id=4421&atid=354421