Steve Schwarz | 6 Nov 04:50
Picon

[FormBuilder] cleanopts and static fields

Hi All,
I made a small change to static.pm so it would honor the cleanopts setting used by radio and other option types when rendered via confirm() or by changing the type to static

At line 80 I changed:
#        $tmp .= escapehtml($value);
to:
    $tmp .= ($self->cleanopts ? escapehtml($value) : $value);

Best Regards,
Steve

_______________________________________________
FBusers mailing list
FBusers <at> formbuilder.org
http://www.formbuilder.org/mailman/listinfo/fbusers

Gmane