CCK Textarea input selection does not save it's state - both radios are always empty.

Also, cckformsettings.module, Line 20
if($text_processing = 1) {

has to be changed to

if($text_processing == 1) {